projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9e5318
)
LP#1796978 Realign working copy refresh with proper condition
author
Dan Wells
<dbw2@calvin.edu>
Wed, 10 Oct 2018 20:07:24 +0000
(16:07 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Thu, 11 Oct 2018 17:51:55 +0000
(13:51 -0400)
The "working copy" grid needs to update whenever the copy data above
updates. I *believe* this aligns the refresh with its intended
condition.
This appears to have come about via bug #
1732761
, so retesting of
that fix may be in order.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
patch
|
blob
|
history
diff --git
a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
index
682e0cd
..
2ed8425
100644
(file)
--- a/
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
+++ b/
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
@@
-1733,9
+1733,9
@@
function($scope , $q , $window , $routeParams , $location , $timeout , egCore ,
});
});
}
+ } else {
+ $scope.workingGridDataProvider.refresh();
}
- } else {
- $scope.workingGridDataProvider.refresh();
}
});