change aspect to define
This commit is contained in:
parent
57484beb66
commit
20ee527dbd
68 changed files with 218 additions and 218 deletions
|
|
@ -18,9 +18,9 @@ use Finance::Quote;
|
|||
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset::Wobject';
|
||||
aspect tableName => 'StockData';
|
||||
aspect icon => 'stockData.gif';
|
||||
aspect assetName => ["assetName", 'Asset_StockData'];
|
||||
define tableName => 'StockData';
|
||||
define icon => 'stockData.gif';
|
||||
define assetName => ["assetName", 'Asset_StockData'];
|
||||
property templateId => (
|
||||
fieldType => "template",
|
||||
default => 'StockDataTMPL000000001',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue