change aspect to define
This commit is contained in:
parent
57484beb66
commit
20ee527dbd
68 changed files with 218 additions and 218 deletions
|
|
@ -17,9 +17,9 @@ package WebGUI::Asset::Wobject::EventManagementSystem;
|
|||
use strict;
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset::Wobject';
|
||||
aspect assetName => ['assetName', 'Asset_EventManagementSystem'];
|
||||
aspect icon => 'ems.gif';
|
||||
aspect tableName => 'EventManagementSystem';
|
||||
define assetName => ['assetName', 'Asset_EventManagementSystem'];
|
||||
define icon => 'ems.gif';
|
||||
define tableName => 'EventManagementSystem';
|
||||
property timezone => (
|
||||
fieldType => 'TimeZone',
|
||||
default => 'America/Chicago',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue