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

Evergreen Git git at git.evergreen-ils.org
Wed May 23 13:48:03 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  7b6e47be52810f213b0dd0a9be0534edc915e163 (commit)
      from  ce6323668cb079763bbefd2eec68fff6db9390d6 (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 7b6e47be52810f213b0dd0a9be0534edc915e163
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 d1a692c..9d6d2a4 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
@@ -405,8 +405,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