[open-ils-commits] [GIT] Evergreen ILS branch master updated. 518023bd388dccf84bb48a2b34d91a1e9813d5d2

Evergreen Git git at git.evergreen-ils.org
Fri Jun 23 11:08:33 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, master has been updated
       via  518023bd388dccf84bb48a2b34d91a1e9813d5d2 (commit)
      from  ea38fb5c532a53d7219cf61ca58fbc5cccfee2b5 (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 518023bd388dccf84bb48a2b34d91a1e9813d5d2
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 ea57367..79e48ed 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','egOrg',
 function($q,  $rootScope,  $location,  $window,  egIDL,  egAuth,  egEnv , egOrg ) {

-----------------------------------------------------------------------

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