[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 390e3e073317c7fa9ecfe626e626f109479a5a92

Evergreen Git git at git.evergreen-ils.org
Thu Apr 9 21:52:22 EDT 2015


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_2_8 has been updated
       via  390e3e073317c7fa9ecfe626e626f109479a5a92 (commit)
      from  eee45c3dc20e54a5c760929181bb8d1516249971 (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 390e3e073317c7fa9ecfe626e626f109479a5a92
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Mar 31 20:38:16 2015 +0000

    LP#1442250: fix thinko preventing message deletion acknowledgment from being displayed
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/opac/myopac/messages/list.tt2 b/Open-ILS/src/templates/opac/myopac/messages/list.tt2
index 94dd00e..ba97d60 100644
--- a/Open-ILS/src/templates/opac/myopac/messages/list.tt2
+++ b/Open-ILS/src/templates/opac/myopac/messages/list.tt2
@@ -28,7 +28,7 @@
                 l('Marked [_1] message(s) as read.', ctx.message_update_changed);
                ELSIF ctx.message_update_action == 'mark_unread';
                 l('Marked [_1]  message(s) as unread.', ctx.message_update_changed);
-               ELSIF ctx.message_update_action == 'mark_unread';
+               ELSIF ctx.message_update_action == 'mark_deleted';
                 l('Deleted [_1] message(s).', ctx.message_update_changed);
                END
             %]

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

Summary of changes:
 .../src/templates/opac/myopac/messages/list.tt2    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list