change aspect to define

This commit is contained in:
Graham Knop 2010-02-17 16:25:13 -06:00
parent 57484beb66
commit 20ee527dbd
68 changed files with 218 additions and 218 deletions

View file

@ -16,9 +16,9 @@ use Tie::IxHash;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset';
aspect assetName => ['assetName', 'Asset_Shortcut'];
aspect icon => 'shortcut.gif';
aspect tableName => 'Shortcut';
define assetName => ['assetName', 'Asset_Shortcut'];
define icon => 'shortcut.gif';
define tableName => 'Shortcut';
property shortcutToAssetId => (
noFormPost => 1,