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:
d066751
)
LP#1773434: show in catalog
user/abellenir/lp1773434-show-in-catalog
author
a. bellenir
<ab@grpl.org>
Tue, 12 Jun 2018 18:54:18 +0000
(14:54 -0400)
committer
a. bellenir
<ab@grpl.org>
Tue, 12 Jun 2018 18:54:18 +0000
(14:54 -0400)
open a new staff client tab to the record's opac view, not a new opac tab
Signed-off-by: a. bellenir <ab@grpl.org>
Open-ILS/web/js/ui/default/staff/circ/services/item.js
patch
|
blob
|
history
diff --git
a/Open-ILS/web/js/ui/default/staff/circ/services/item.js
b/Open-ILS/web/js/ui/default/staff/circ/services/item.js
index
ef80698
..
e53df2c
100644
(file)
--- a/
Open-ILS/web/js/ui/default/staff/circ/services/item.js
+++ b/
Open-ILS/web/js/ui/default/staff/circ/services/item.js
@@
-952,7
+952,7
@@
function(egCore , egCirc , $uibModal , $q , $timeout , $window , egConfirmDialog
service.show_in_catalog = function(copy_list){
angular.forEach(copy_list, function(copy){
- window.open('/eg/
opac/record/'+copy['call_number.record.id']
, '_blank')
+ window.open('/eg/
staff/cat/catalog/record/'+copy['call_number.record.id']+'/catalog'
, '_blank')
});
}