[open-ils-commits] [GIT] Evergreen ILS branch master updated. 2b40b47c502de985d44f25012a766114cc5b20a1

Evergreen Git git at git.evergreen-ils.org
Thu Apr 9 21:52:27 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, master has been updated
       via  2b40b47c502de985d44f25012a766114cc5b20a1 (commit)
      from  962902632bcd6bbbca30813d289e439a15f068eb (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 2b40b47c502de985d44f25012a766114cc5b20a1
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