[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. fa9c828accb10a17048b278179f71b8cc7ebf1a7
Evergreen Git
git at git.evergreen-ils.org
Mon Apr 29 10:31:53 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, rel_3_2 has been updated
via fa9c828accb10a17048b278179f71b8cc7ebf1a7 (commit)
from a8dd2f6a81a39d5f6c95713830a3ec0791d9be2f (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 fa9c828accb10a17048b278179f71b8cc7ebf1a7
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