[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 47da46d7875f8d93ed86775b02cfde22f038282c

Evergreen Git git at git.evergreen-ils.org
Wed Apr 3 11:23:38 EDT 2013


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_3 has been updated
       via  47da46d7875f8d93ed86775b02cfde22f038282c (commit)
      from  7c3f5e6c04d70d35c3e9f354b234249e183b7cff (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 47da46d7875f8d93ed86775b02cfde22f038282c
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Wed Apr 3 10:50:22 2013 -0400

    Repair an issue in search filter group UI about filtering on owner OU
    
    What was intended to be a filter against filter groups' owner field was
    instead turned into a filter on filter group ID.
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/templates/conify/global/actor/search_filter_group.tt2 b/Open-ILS/src/templates/conify/global/actor/search_filter_group.tt2
index 4118015..ca51f27 100644
--- a/Open-ILS/src/templates/conify/global/actor/search_filter_group.tt2
+++ b/Open-ILS/src/templates/conify/global/actor/search_filter_group.tt2
@@ -79,7 +79,7 @@
         showLoadFilter="true"
         fmClass="'asfg'"
         defaultSort="['code']"
-        mapExtras="{owner: {path: 'owner.id'}}"
+        mapExtras="{owner: {path: 'owner.id', filter: true}}"
         fetchLock="true">
         <thead>
             <tr>

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

Summary of changes:
 .../conify/global/actor/search_filter_group.tt2    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list