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:
3b794a2
)
webstaff: allow our combo box to assist containing UIs on update
author
Mike Rylander
<mrylander@gmail.com>
Wed, 5 Jul 2017 19:33:58 +0000
(15:33 -0400)
committer
Mike Rylander
<mrylander@gmail.com>
Wed, 5 Jul 2017 19:33:58 +0000
(15:33 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/web/js/ui/default/staff/services/ui.js
patch
|
blob
|
history
diff --git
a/Open-ILS/web/js/ui/default/staff/services/ui.js
b/Open-ILS/web/js/ui/default/staff/services/ui.js
index
ca59df6
..
4c319d0
100644
(file)
--- a/
Open-ILS/web/js/ui/default/staff/services/ui.js
+++ b/
Open-ILS/web/js/ui/default/staff/services/ui.js
@@
-453,6
+453,7
@@
function($window , egStrings) {
scope: {
list: "=", // list of strings
selected: "=",
+ onSelect: "=",
egDisabled: "=",
allowAll: "@",
},
@@
-507,6
+508,7
@@
function($window , egStrings) {
$scope.clickedclosed = null;
$scope.clickedopen = false;
if ($scope.selected.length == 0) $scope.complete_list = false;
+ if ($scope.onSelect) $scope.onSelect();
}
}