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
|
|
@ -22,7 +22,6 @@ use WebGUI::Definition::Asset;
|
|||
extends 'WebGUI::Asset::Wobject';
|
||||
|
||||
define assetName => ['assetName','Asset_SyndicatedContent'];
|
||||
define uiLevel => 6;
|
||||
define icon => 'syndicatedContent.gif';
|
||||
define tableName => 'SyndicatedContent';
|
||||
property cacheTimeout => (
|
||||
|
|
@ -70,6 +69,11 @@ property hasTerms => (
|
|||
hoverHelp => ['hasTermsLabel description', 'Asset_SyndicatedContent'],
|
||||
maxlength => 255,
|
||||
);
|
||||
has +uiLevel => (
|
||||
default => 6,
|
||||
);
|
||||
|
||||
|
||||
|
||||
with 'WebGUI::Role::Asset::RssFeed';
|
||||
use WebGUI::Macro;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue