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

Evergreen Git git at git.evergreen-ils.org
Fri Nov 2 08:29:22 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  f709f27419471078ddf7f17fd4c136f64a5c8707 (commit)
      from  902c1120c501b08ebd4771c5a09527b8d7c84daa (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 f709f27419471078ddf7f17fd4c136f64a5c8707
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