From 27e30c74c41a7d9218ad38ca2725daad739597a6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 15 Feb 2010 15:29:43 -0800 Subject: [PATCH] Note that per album allowing of comments is doable, but not exposed to the UI yet. --- lib/WebGUI/Asset/Wobject/GalleryAlbum.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm b/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm index 371c58a30..2b30eeaea 100644 --- a/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm +++ b/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm @@ -18,7 +18,7 @@ aspect assetName => ['assetName', 'Asset_GalleryAlbum']; aspect icon => 'photoAlbum.gif'; aspect tableName => 'GalleryAlbum'; -property allowComments => ( +property allowComments => ( ##Note, there's no UI for this feature. There's just the framework for it. noFormPost => 1, fieldType => "yesNo", default => 1,