[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. b45e85bdc2c47f20c8ee0f3613f7d7dd88bdc6fa
Evergreen Git
git at git.evergreen-ils.org
Wed May 23 13:48:17 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 b45e85bdc2c47f20c8ee0f3613f7d7dd88bdc6fa (commit)
from 012f1904375cd812d1949b3975be24fa7215c2cb (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 b45e85bdc2c47f20c8ee0f3613f7d7dd88bdc6fa
Author: Jeff Davis <jdavis at sitka.bclibraries.ca>
Date: Tue Apr 24 14:00:07 2018 -0700
LP#1749996: add option to remove floating in web client copy editor
Signed-off-by: Jeff Davis <jdavis at sitka.bclibraries.ca>
Signed-off-by: Jason Stephenson <jason at sigio.com>
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 ee2b189..5d25e11 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
@@ -399,8 +399,9 @@
<div class="col-md-6" ng-class="{'bg-success': working.floating !== undefined}">
<select class="form-control"
ng-disabled="!defaults.attributes.floating" ng-model="working.floating"
- ng-options="a.id() as a.name() for a in floating_list"
- ></select>
+ ng-options="a.id() as a.name() for a in floating_list">
+ <option value="">[% l('<NONE>') %]</option>
+ </select>
</div>
<div class="col-md-6">
<button
-----------------------------------------------------------------------
Summary of changes:
.../templates/staff/cat/volcopy/t_attr_edit.tt2 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list