change aspect to define
This commit is contained in:
parent
57484beb66
commit
20ee527dbd
68 changed files with 218 additions and 218 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue