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

Evergreen Git git at git.evergreen-ils.org
Tue May 7 11:55:16 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  102ac90f11488305b6bcc068563cd16c2bfad9f7 (commit)
      from  bb42d7e586a4c502aad280c187cf5d7dd9d672bb (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 102ac90f11488305b6bcc068563cd16c2bfad9f7
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Mon Apr 29 10:56:14 2019 -0400

    LP#1826890: set page title for Statistical Popularity Badges admin page
    
    To test
    -------
    [1] In the browser client, navigate to Local Administration -> Statistical
        Popularity Badges
    [2] Note that the web browser's tab header doesn't display a title for the
        page, just the URL.
    [3] Apply the patch and reload the page. This time, a page title should
        be dispayed in the browser's tab header.
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/admin/local/rating/badge.tt2 b/Open-ILS/src/templates/staff/admin/local/rating/badge.tt2
index ce66fc0927..771dfc36ba 100644
--- a/Open-ILS/src/templates/staff/admin/local/rating/badge.tt2
+++ b/Open-ILS/src/templates/staff/admin/local/rating/badge.tt2
@@ -1,6 +1,6 @@
 [%
   WRAPPER 'staff/base.tt2';
-  ctx.page_type = l('Statistical Popularity Badges');
+  ctx.page_title = l('Statistical Popularity Badges');
   ctx.page_app = 'egAdminRating';
   ctx.page_ctrl = 'Badges';
 %]

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list