[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 0787085660679ff96806b50f0ea750c1e7c45279
Evergreen Git
git at git.evergreen-ils.org
Tue May 15 16:31:35 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 0787085660679ff96806b50f0ea750c1e7c45279 (commit)
via f7c52e1e4be99f7628a0f6a58f0d44fece946868 (commit)
from 7cd1202a29895bd5f75ad8d882a032c5f578974f (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 0787085660679ff96806b50f0ea750c1e7c45279
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>
diff --git a/docs/RELEASE_NOTES_3_0.adoc b/docs/RELEASE_NOTES_3_0.adoc
index 7eb1436..3112670 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
~~~~~~~~~~~~~~~~
diff --git a/docs/RELEASE_NOTES_3_1.adoc b/docs/RELEASE_NOTES_3_1.adoc
index b30fc39..4e24cca 100644
--- a/docs/RELEASE_NOTES_3_1.adoc
+++ b/docs/RELEASE_NOTES_3_1.adoc
@@ -58,6 +58,8 @@ detects an existing lock file.
no longer relies on capitalization.
* 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 f7c52e1e4be99f7628a0f6a58f0d44fece946868
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 aebd2be..d1a692c 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
@@ -446,7 +446,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 +++
docs/RELEASE_NOTES_3_1.adoc | 2 ++
3 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list