From 450b6106418e04f86ed1d3135f60c2ca23693f7d Mon Sep 17 00:00:00 2001
From: Bill Erickson <berick@esilibrary.com>
Date: Fri, 21 Oct 2011 12:36:48 -0400
Subject: [PATCH] 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@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
---
 Open-ILS/src/templates/conify/global/vandelay/match_set.tt2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2a719d233a..2e36696aac 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>';
     }
 
-- 
2.11.0