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

Evergreen Git git at git.evergreen-ils.org
Fri Jul 24 16:17:29 EDT 2020


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  ffeab9da24a22fdf3a8993bed57b0d0fd57d0442 (commit)
      from  26578463e0408ec945dc80ec775eb5dc85f0d89e (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 ffeab9da24a22fdf3a8993bed57b0d0fd57d0442
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Sun Mar 15 08:49:48 2020 -0700

    LP1867524: Add a help popover to the End field in the Closed Dates Editor
    
    To test:
    1) Go to Administration > Local Administration > Closed Dates Editor.
    2) Click Add Closing.
    3) Under closing type, choose Multiple Day.
    4) Note that the End field has no guidance for the user.
    5) Apply this commit.
    6) Repeat steps 1-3.
    7) Notice that the End field has some clarifying guidance for the user.
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Mike Risher <mrisher at catalyte.io>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2 b/Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2
index e2579d2ff2..8f9147604a 100644
--- a/Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2
+++ b/Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2
@@ -58,6 +58,7 @@
       <div class="form-group row" ng-show="args.type != 'full'">
         <div class="col-md-3">
           <label for="end">[% l('End') %]</label>
+          <eg-help-popover help-text="[%l('Keep the library closed until 11:59pm on this day')%]" ng-if="args.is_not_detailed">
         </div>
         <div class="col-md-9">
           <eg-date-input id="end" show-time-picker hide-time-picker="args.is_not_detailed" ng-model="args.end"></eg-date-input>

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

Summary of changes:
 Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2 | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list