[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 5dce5737820c832989ed30b9287faa9a6bc4d43d

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_2 has been updated
       via  5dce5737820c832989ed30b9287faa9a6bc4d43d (commit)
       via  d9fe37a938be25ea7a1d5f02a3b3447064a2877b (commit)
      from  fa9c828accb10a17048b278179f71b8cc7ebf1a7 (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 5dce5737820c832989ed30b9287faa9a6bc4d43d
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 d9fe37a938be25ea7a1d5f02a3b3447064a2877b
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