From 04908891b52014ec09167746e6348392c0a2d2d0 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 15 Oct 2009 15:59:24 -0500 Subject: [PATCH] Missing edit/manage buttons in Map #11129 --- lib/WebGUI/Asset/Wobject/Map.pm | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/Map.pm b/lib/WebGUI/Asset/Wobject/Map.pm index 2b590d662..d8cb81163 100644 --- a/lib/WebGUI/Asset/Wobject/Map.pm +++ b/lib/WebGUI/Asset/Wobject/Map.pm @@ -94,25 +94,28 @@ sub definition { hoverHelp => $i18n->get("startZoom description"), }, templateIdEditPoint => { - tab => "display", - fieldType => "template", - namespace => "MapPoint/Edit", - label => $i18n->get("templateIdEditPoint label"), - hoverHelp => $i18n->get("templateIdEditPoint description"), + tab => "display", + fieldType => "template", + defaultValue => "oHh0UqAJeY7u2n--WD-BAA", + namespace => "MapPoint/Edit", + label => $i18n->get("templateIdEditPoint label"), + hoverHelp => $i18n->get("templateIdEditPoint description"), }, templateIdView => { - tab => "display", - fieldType => "template", - namespace => "Map/View", - label => $i18n->get("templateIdView label"), - hoverHelp => $i18n->get("templateIdView description"), + tab => "display", + fieldType => "template", + defaultValue => "9j0_Z1j3Jd0QBbY2akb6qw", + namespace => "Map/View", + label => $i18n->get("templateIdView label"), + hoverHelp => $i18n->get("templateIdView description"), }, templateIdViewPoint => { - tab => "display", - fieldType => "template", - namespace => "MapPoint/View", - label => $i18n->get("templateIdViewPoint label"), - hoverHelp => $i18n->get("templateIdViewPoint description"), + tab => "display", + fieldType => "template", + defaultValue => "u9vfx33XDk5la1-QC5FK7g", + namespace => "MapPoint/View", + label => $i18n->get("templateIdViewPoint label"), + hoverHelp => $i18n->get("templateIdViewPoint description"), }, workflowIdPoint => { tab => "security",