LP1832897: One more carousel local admin link repair
authorJane Sandberg <sandbej@linnbenton.edu>
Wed, 4 Sep 2019 02:35:55 +0000 (19:35 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 4 Sep 2019 02:37:44 +0000 (19:37 -0700)
Previously, Evergreen would redirect to the auto-generated server admin
carousel screen upon successfully creating a carousel from a bucket.
Now it goes to the local admin one.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js

index 29d64cc..cdaaaa1 100644 (file)
@@ -425,7 +425,7 @@ function($scope,  $location,  $q,  $timeout,  $uibModal,
             }]
         }).result.then(function(carouselId) {
             // bouncing outside of AngularJS
-            $window.location.href = '/eg2/en-US/staff/admin/server/container/carousel';
+            $window.location.href = '/eg2/en-US/staff/admin/local/container/carousel';
         });
     }