projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75bccb4
)
LP1914630 Create MARC record goes to AngstCat
user/gcollum/lp1914630-create-marc-goes-to-angstcat-signoff
author
Bill Erickson
<berickxx@gmail.com>
Thu, 4 Feb 2021 16:34:40 +0000
(11:34 -0500)
committer
Garry Collum
<gcollum@gmail.com>
Mon, 8 Feb 2021 16:14:42 +0000
(11:14 -0500)
Once a new record is created, the user is directed to the record detail
page for the new record in the Angular staff catalog.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
patch
|
blob
|
history
diff --git
a/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
b/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
index
5678a98
..
5789dba
100644
(file)
--- a/
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
+++ b/
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
@@
-263,7
+263,7
@@
function($scope , $routeParams , $location , $window , $q , egCore) {
$scope.$watch('new_bib_id', function(newVal, oldVal) {
if (newVal) {
-
$location.path('/cat/catalog/record/' + $scope.new_bib_id)
;
+
location.href = '/eg2/staff/catalog/record/' + $scope.new_bib_id
;
}
});