[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. bd91fd1223b1bdc73fcc385c346768bbfec87b57

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, rel_3_3 has been updated
       via  bd91fd1223b1bdc73fcc385c346768bbfec87b57 (commit)
       via  bb95fb9a626b6e6577061205c45e0e53332824a3 (commit)
      from  1058fc09281ac32cc0ddf17b0cb6e70f6c8aa89c (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 bd91fd1223b1bdc73fcc385c346768bbfec87b57
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 bb95fb9a626b6e6577061205c45e0e53332824a3
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