change aspect to define
This commit is contained in:
parent
57484beb66
commit
20ee527dbd
68 changed files with 218 additions and 218 deletions
|
|
@ -30,9 +30,9 @@ BEGIN {
|
|||
use WebGUI::International;
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset::Wobject';
|
||||
aspect tableName => 'WeatherData';
|
||||
aspect assetName => ["assetName", 'Asset_WeatherData'];
|
||||
aspect icon => 'weatherData.gif';
|
||||
define tableName => 'WeatherData';
|
||||
define assetName => ["assetName", 'Asset_WeatherData'];
|
||||
define icon => 'weatherData.gif';
|
||||
property partnerId => (
|
||||
fieldType => "text",
|
||||
tab => "properties",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue