[open-ils-commits] [GIT] Evergreen ILS branch master updated. 450b6106418e04f86ed1d3135f60c2ca23693f7d
Evergreen Git
git at git.evergreen-ils.org
Fri Nov 4 09:17:36 EDT 2011
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 450b6106418e04f86ed1d3135f60c2ca23693f7d (commit)
from a63abb63756cf5e2df6ca53a856c1179cf97581f (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 450b6106418e04f86ed1d3135f60c2ca23693f7d
Author: Bill Erickson <berick at esilibrary.com>
Date: Fri Oct 21 12:36:48 2011 -0400
Repair Vandelay match_set_tree link
ctx.base_path includes the "/eg" portion of the path, so no need to
duplicate that in the template.
Signed-off-by: Bill Erickson <berick at esilibrary.com>
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/templates/conify/global/vandelay/match_set.tt2 b/Open-ILS/src/templates/conify/global/vandelay/match_set.tt2
index 2a719d2..2e36696 100644
--- a/Open-ILS/src/templates/conify/global/vandelay/match_set.tt2
+++ b/Open-ILS/src/templates/conify/global/vandelay/match_set.tt2
@@ -66,7 +66,7 @@
function tree_editor_link(datum) {
if (!datum) return "";
- return '<a href="[% ctx.base_path %]/eg/conify/global/vandelay/match_set_tree?match_set=' +
+ return '<a href="[% ctx.base_path %]/conify/global/vandelay/match_set_tree?match_set=' +
datum.id + '">' + datum.name + '</a>';
}
-----------------------------------------------------------------------
Summary of changes:
.../templates/conify/global/vandelay/match_set.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list