change the name attribute to aspect to denote asset level static attributes like tableName, et. al.
This commit is contained in:
parent
5b24340994
commit
d4f31870a3
12 changed files with 72 additions and 43 deletions
|
|
@ -16,9 +16,9 @@ use Tie::IxHash;
|
|||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset';
|
||||
|
||||
attribute assetName => ['assetName', 'Asset_Shortcut'];
|
||||
attribute icon => 'shortcut.gif';
|
||||
attribute tableName => 'Shortcut';
|
||||
aspect assetName => ['assetName', 'Asset_Shortcut'];
|
||||
aspect icon => 'shortcut.gif';
|
||||
aspect tableName => 'Shortcut';
|
||||
|
||||
property shortcutToAssetId => (
|
||||
noFormPost => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue