[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. f14c6b9d89616fce058f172a562adf02f76397e7

Evergreen Git git at git.evergreen-ils.org
Tue May 15 16:25:28 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_0 has been updated
       via  f14c6b9d89616fce058f172a562adf02f76397e7 (commit)
       via  bdffb043789132527eef5bc2f57ab727a9b985d4 (commit)
      from  890cc968a1fbc04f9663d1de3d92b5e27eb1a05f (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 f14c6b9d89616fce058f172a562adf02f76397e7
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Tue May 15 15:47:56 2018 -0400

    LP#1738893: Release notes entry for batch edit stat cat fix
    
    Adding release notes entry since the initial maintenance release notes
    have already been done.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    
    Conflicts:
    	docs/RELEASE_NOTES_3_1.adoc

diff --git a/docs/RELEASE_NOTES_3_0.adoc b/docs/RELEASE_NOTES_3_0.adoc
index b090476..2cd0f0e 100644
--- a/docs/RELEASE_NOTES_3_0.adoc
+++ b/docs/RELEASE_NOTES_3_0.adoc
@@ -53,6 +53,9 @@ parameters.
 detects an existing lock file.
 * The 3.0.2-3.0.3 upgrade script disables triggers before
 recalculating bib visibility.
+* Fixes an issue where multiple copies with different values for required
+statistical categories could not be edited and saved in batch.
+
 
 Acknowledgements
 ~~~~~~~~~~~~~~~~

commit bdffb043789132527eef5bc2f57ab727a9b985d4
Author: Cesar Velez <cesar.velez at equinoxinitiative.org>
Date:   Mon Apr 30 15:12:53 2018 -0400

    LP#1738893-allow saving required statcats in multi record vol-copy edit
    
    This change allows the user to set a required stat cat for multiple
    record copies in the Volcopy editor.
    
    Signed-off-by: Cesar Velez <cesar.velez at equinoxinitiative.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
index 116db23..ee2b189 100644
--- a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
+++ b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
@@ -460,7 +460,7 @@
                                 ng-change="statcatUpdate(sc.id())"
                                 ng-model="working.statcats[sc.id()]"
                                 ng-options="e.id() as e.value() for e in sc.entries()"
-                                ng-required="sc.required() == 't'">
+                                ng-required="sc.required() == 't' && !working.statcats_multi[sc.id()]">
                                 <option value="">
                                     {{ !working.statcats_multi[sc.id()] ? '[% l('<NONE>') %]' : '[% l('<MULTIPLE>') %]' }}
                                 </option>

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

Summary of changes:
 .../templates/staff/cat/volcopy/t_attr_edit.tt2    |    2 +-
 docs/RELEASE_NOTES_3_0.adoc                        |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list