change aspect to define
This commit is contained in:
parent
57484beb66
commit
20ee527dbd
68 changed files with 218 additions and 218 deletions
|
|
@ -19,9 +19,9 @@ use WebGUI::Utility;
|
|||
use HTML::Entities qw(encode_entities);
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset::Wobject';
|
||||
aspect assetName => ['assetName', 'Asset_Map'];
|
||||
aspect icon => 'maps.png';
|
||||
aspect tableName => 'Map';
|
||||
define assetName => ['assetName', 'Asset_Map'];
|
||||
define icon => 'maps.png';
|
||||
define tableName => 'Map';
|
||||
property groupIdAddPoint => (
|
||||
tab => "security",
|
||||
fieldType => "group",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue