[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. 8c54a9fddf2c30bc9a915c2d147f8cb60ea587a5
Evergreen Git
git at git.evergreen-ils.org
Fri Jun 23 11:09:28 EDT 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_12 has been updated
via 8c54a9fddf2c30bc9a915c2d147f8cb60ea587a5 (commit)
from 4913503176660c4fe4609b39b1bae53ebf72b635 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8c54a9fddf2c30bc9a915c2d147f8cb60ea587a5
Author: Jason Etheridge <jason at equinoxinitiative.org>
Date: Thu Jun 15 17:18:16 2017 -0400
lp1653998 webstaff redirect to login page
on invalid/non-existent authtoken in all or most interfaces (hopefully)
Signed-off-by: Jason Etheridge <jason at equinoxinitiative.org>
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/web/js/ui/default/staff/services/startup.js b/Open-ILS/web/js/ui/default/staff/services/startup.js
index 670248c..3219b1e 100644
--- a/Open-ILS/web/js/ui/default/staff/services/startup.js
+++ b/Open-ILS/web/js/ui/default/staff/services/startup.js
@@ -13,6 +13,12 @@
angular.module('egCoreMod')
+.config(['$routeProvider','$locationProvider','$compileProvider',
+ function($routeProvider , $locationProvider , $compileProvider) {
+ $locationProvider.html5Mode(true);
+ $compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|blob):/);
+}])
+
.factory('egStartup',
['$q','$rootScope','$location','$window','egIDL','egAuth','egEnv',
function($q, $rootScope, $location, $window, egIDL, egAuth, egEnv) {
-----------------------------------------------------------------------
Summary of changes:
.../web/js/ui/default/staff/services/startup.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list