change aspect to define

This commit is contained in:
Graham Knop 2010-02-17 16:25:13 -06:00
parent 57484beb66
commit 20ee527dbd
68 changed files with 218 additions and 218 deletions

View file

@ -21,9 +21,9 @@ use WebGUI::HTML;
use POSIX qw(ceil floor);
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset::Wobject';
aspect assetName => ['assetName', 'Asset_ProjectManager'];
aspect icon => 'projManagement.gif';
aspect tableName => 'PM_wobject';
define assetName => ['assetName', 'Asset_ProjectManager'];
define icon => 'projManagement.gif';
define tableName => 'PM_wobject';
property projectDashboardTemplateId => (
fieldType => "template",
default => 'ProjectManagerTMPL0001',