[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 71cf9a7def46ce3fa72e749d31fc62f5758d8df0

Evergreen Git git at git.evergreen-ils.org
Fri Nov 2 08:29:31 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, rel_3_2 has been updated
       via  71cf9a7def46ce3fa72e749d31fc62f5758d8df0 (commit)
      from  899733acd11c22e96dcb821bd9d0f3ee8a02b691 (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 71cf9a7def46ce3fa72e749d31fc62f5758d8df0
Author: Jason Boyer <jboyer at library.in.gov>
Date:   Fri Oct 26 09:16:14 2018 -0400

    LP1796988: Fix Saving Last Copy Template
    
    A line that belongs within a forEach loop escaped
    its bounds and caused a reference error that prevented
    the applyTemplate function from saving the last used
    template. This branch ushers this line back to its
    pen where it can trouble us no more.
    
    Signed-off-by: Jason Boyer <jboyer at library.in.gov>
    Signed-off-by: Janet Schrader <jschrader 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 90f9dcf..0928b7c 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
@@ -1327,8 +1327,8 @@ function($scope , $q , $window , $routeParams , $location , $timeout , egCore ,
                         }
                     });
                 }
+                delete $scope.working.MultiMap[k];
             });
-            delete $scope.working.MultiMap[k];
             egCore.hatch.setItem('cat.copy.last_template', n);
         }
 

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list