change aspect to define
This commit is contained in:
parent
57484beb66
commit
20ee527dbd
68 changed files with 218 additions and 218 deletions
|
|
@ -13,9 +13,9 @@ package WebGUI::Asset::Post::Thread;
|
|||
use strict;
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset::Post';
|
||||
aspect assetName => ['assetName', 'Asset_Thread'];
|
||||
aspect icon => 'thread.gif';
|
||||
aspect tableName => 'Thread';
|
||||
define assetName => ['assetName', 'Asset_Thread'];
|
||||
define icon => 'thread.gif';
|
||||
define tableName => 'Thread';
|
||||
property subscriptionGroupId => (
|
||||
noFormPost => 1,
|
||||
fieldType => "hidden",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue