[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 26fd5b966bb9f215d5e3911f308682aec045ce4d

Evergreen Git git at git.evergreen-ils.org
Fri Nov 2 08:29:42 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_1 has been updated
       via  26fd5b966bb9f215d5e3911f308682aec045ce4d (commit)
      from  0b9178c5496714583634a5f1cb780ff39e58c606 (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 26fd5b966bb9f215d5e3911f308682aec045ce4d
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