[open-ils-commits] [GIT] Evergreen ILS branch master updated. 1888124b09b8fc1f3a944e1efeeaf1837f348376
Evergreen Git
git at git.evergreen-ils.org
Mon Apr 29 10:31:52 EDT 2019
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 1888124b09b8fc1f3a944e1efeeaf1837f348376 (commit)
from b7a8f5de1821ed6ad16d5b5b66e1198e401f738a (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 1888124b09b8fc1f3a944e1efeeaf1837f348376
Author: Jeff Davis <jeff.davis at bc.libraries.coop>
Date: Fri Apr 5 11:08:55 2019 -0700
LP#1823387: avoid double slashes in booking URLs, which will not work with recent versions of Apache
Signed-off-by: Jeff Davis <jeff.davis at bc.libraries.coop>
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/web/js/ui/default/staff/booking/app.js b/Open-ILS/web/js/ui/default/staff/booking/app.js
index 5f116d1461..8b92d2769a 100644
--- a/Open-ILS/web/js/ui/default/staff/booking/app.js
+++ b/Open-ILS/web/js/ui/default/staff/booking/app.js
@@ -32,7 +32,7 @@ function($scope , $routeParams , $location , egCore) {
ses : egCore.auth.token(),
}
- var booking_path = '/eg//eg/' +
+ var booking_path = '/eg/' +
$routeParams.noun + '/' + $routeParams.verb + location.search;
// embed URL must include protocol/domain or it will be loaded via
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/web/js/ui/default/staff/booking/app.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list