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

Evergreen Git git at git.evergreen-ils.org
Mon Apr 29 10:51:27 EDT 2019


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  32ea581006ad7acaa8e51ad007809779c30e1b77 (commit)
       via  00888603d210076c23aee9107a851221d117896a (commit)
      from  1888124b09b8fc1f3a944e1efeeaf1837f348376 (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 32ea581006ad7acaa8e51ad007809779c30e1b77
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Mon Apr 29 10:49:19 2019 -0400

    LP#1814943: (follow-up) remove ersatz ctx.page_type line
    
    Guessing that the original bug was due to "page_type" being
    entered when "page_title" was meant.
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2 b/Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2
index c09024c6be..ee3466616e 100644
--- a/Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2
+++ b/Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2
@@ -1,6 +1,5 @@
 [%
   WRAPPER 'staff/base.tt2';
-  ctx.page_type = l('Closed Dates');
   ctx.page_app = 'egAdminClosed';
   ctx.page_ctrl = 'ClosedDates';
   ctx.page_title = l('Closed Dates');

commit 00888603d210076c23aee9107a851221d117896a
Author: McCanna <tmccanna at georgialibraries.org>
Date:   Wed Feb 6 13:52:48 2019 -0500

    LP#1814943 Closed Dates Editor Tab Missing Title
    
    Small fix to add missing page title.
    
    Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
    Signed-off-by: Josh Stompro <stompro at stompro.org>
    Signed-off-by: Rogan Hamby <rogan.hamby at gmail.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2 b/Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2
index 0bb9bec3e7..c09024c6be 100644
--- a/Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2
+++ b/Open-ILS/src/templates/staff/admin/local/actor/closed_dates.tt2
@@ -3,6 +3,7 @@
   ctx.page_type = l('Closed Dates');
   ctx.page_app = 'egAdminClosed';
   ctx.page_ctrl = 'ClosedDates';
+  ctx.page_title = l('Closed Dates');
 %]
 
 [% BLOCK APP_JS %]

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list