From 7273f705e0522eb480c127a489e5d026f8118ab2 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 20 Apr 2010 12:20:36 -0700 Subject: [PATCH] Provide defaults for the workflowId and the zoom. --- lib/WebGUI/Asset/Wobject/Map.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/WebGUI/Asset/Wobject/Map.pm b/lib/WebGUI/Asset/Wobject/Map.pm index d05193c6d..bc3bba2bc 100644 --- a/lib/WebGUI/Asset/Wobject/Map.pm +++ b/lib/WebGUI/Asset/Wobject/Map.pm @@ -85,6 +85,7 @@ property startZoom => ( maximum => 19, label => ["startZoom label", 'Asset_Map'], hoverHelp => ["startZoom description", 'Asset_Map'], + default => 1, ); property templateIdEditPoint => ( tab => "display", @@ -116,6 +117,7 @@ property workflowIdPoint => ( label => ["workflowIdPoint label", 'Asset_Map'], hoverHelp => ["workflowIdPoint description", 'Asset_Map'], type => 'WebGUI::VersionTag', + default => "pbworkflow000000000003", ); #-------------------------------------------------------------------