From 8de5ab0d53448ffe7f743cc9152eb1fe89527339 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Mon, 12 Jul 2010 15:53:13 -0500 Subject: [PATCH] fix attachmentsJson fieldType --- lib/WebGUI/Asset/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Template.pm b/lib/WebGUI/Asset/Template.pm index c23f21c66..153b1cb56 100644 --- a/lib/WebGUI/Asset/Template.pm +++ b/lib/WebGUI/Asset/Template.pm @@ -104,7 +104,7 @@ property storageIdExample => ( ); property attachmentsJson => ( - fieldType => 'image', + fieldType => 'JsonTable', label => [ "attachments display label", "Asset_Template" ], );