[open-ils-commits] [GIT] Evergreen ILS branch master updated. d5d03ce3fde6a59d895cd5cc3739d1299529591b
Evergreen Git
git at git.evergreen-ils.org
Wed Apr 3 11:23:08 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, master has been updated
via d5d03ce3fde6a59d895cd5cc3739d1299529591b (commit)
from 95648cf735843510079d0b3477927170531e014f (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 d5d03ce3fde6a59d895cd5cc3739d1299529591b
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