[open-ils-commits] [GIT] Evergreen ILS branch master updated. ebe1167a7c9c4ef79e7366a74d6f77ee130e16b1

Evergreen Git git at git.evergreen-ils.org
Wed May 23 14:22:03 EDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  ebe1167a7c9c4ef79e7366a74d6f77ee130e16b1 (commit)
      from  7b6e47be52810f213b0dd0a9be0534edc915e163 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ebe1167a7c9c4ef79e7366a74d6f77ee130e16b1
Author: Kyle Huckins <khuckins at catalyte.io>
Date:   Tue May 1 18:28:36 2018 +0000

    lp1759327 Populate Copy Templates Floating Dropdown
    
    - Add update watcher and call itemSvc.get_floating_groups within
    egVolTemplate directive to properly populate dropdown when accessing
    volcopy editor from local administration.
    
    Signed-off-by: Kyle Huckins <khuckins at catalyte.io>
    Signed-off-by: Jeanette Lundgren <jlundgren at cwmars.org>
    Signed-off-by: Jason Stephenson <jason at sigio.com>

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 eb8ac05..59ef059 100644
--- a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
+++ b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
@@ -2532,7 +2532,13 @@ function($scope , $q , $window , $routeParams , $location , $timeout , egCore ,
                     $scope.age_protect_list = list;
                 });
                 createSimpleUpdateWatcher('age_protect');
-            
+
+                $scope.floating_list = [];
+                itemSvc.get_floating_groups().then(function(list){
+                    $scope.floating_list = list;
+                });
+                createSimpleUpdateWatcher('floating');
+
                 createSimpleUpdateWatcher('circulate');
                 createSimpleUpdateWatcher('holdable');
                 createSimpleUpdateWatcher('fine_level');

-----------------------------------------------------------------------

Summary of changes:
 .../web/js/ui/default/staff/cat/volcopy/app.js     |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list