Clean up autoGenerateForms in definition.

This commit is contained in:
Colin Kuskie 2009-02-27 20:56:26 +00:00
parent 4085c246b1
commit daf6c7bd92

View file

@ -139,7 +139,6 @@ sub definition {
push(@{$definition}, {
assetName => $i18n->get('assetName'),
icon => 'assets.gif',
autoGenerateForms => 1,
tableName => 'Story',
className => 'WebGUI::Asset::Story',
properties => \%properties,