From: Jeff Davis Date: Fri, 5 Apr 2019 18:08:55 +0000 (-0700) Subject: LP#1823387: avoid double slashes in booking URLs, which will not work with recent... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1888124b09b8fc1f3a944e1efeeaf1837f348376;p=evergreen%2Fmasslnc.git LP#1823387: avoid double slashes in booking URLs, which will not work with recent versions of Apache Signed-off-by: Jeff Davis Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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