Continue change from define uiLevel to has uiLevel.
This commit is contained in:
parent
a3614f5211
commit
a3aeae9a4e
8 changed files with 33 additions and 8 deletions
|
|
@ -30,7 +30,6 @@ use WebGUI::Definition::Asset;
|
|||
extends 'WebGUI::Asset::Wobject';
|
||||
|
||||
define assetName => ['assetName', 'Asset_DataForm'];
|
||||
define uiLevel => 5;
|
||||
define tableName => 'DataForm';
|
||||
define icon => 'dataForm.gif';
|
||||
property templateId => (
|
||||
|
|
@ -215,6 +214,11 @@ property tabConfiguration => (
|
|||
fieldType => 'hidden',
|
||||
noFormPost => 1,
|
||||
);
|
||||
has +uiLevel => (
|
||||
default => 5,
|
||||
);
|
||||
|
||||
|
||||
|
||||
use WebGUI::Pluggable;
|
||||
use WebGUI::DateTime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue