Aspect to Role renaming
This commit is contained in:
parent
dfc388fe3d
commit
bf1cb7b721
7 changed files with 9 additions and 40 deletions
|
|
@ -320,7 +320,7 @@ property defaultFilesPerPage => (
|
|||
label => [ 'defaultFilesPerPage label' , 'Asset_Gallery'],
|
||||
hoverHelp => [ 'defaultFilesPerPage description' , 'Asset_Gallery'],
|
||||
);
|
||||
with 'WebGUI::AssetAspect::RssFeed';
|
||||
with 'WebGUI::Role::Asset::RssFeed';
|
||||
|
||||
|
||||
use JSON;
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ property approvalWorkflowId => (
|
|||
label => ['approval workflow', 'Asset_StoryArchive'],
|
||||
hoverHelp => ['approval workflow help', 'Asset_StoryArchive'],
|
||||
);
|
||||
with 'WebGUI::AssetAspect::RssFeed';
|
||||
with 'WebGUI::Role::Asset::RssFeed';
|
||||
|
||||
use WebGUI::International;
|
||||
use WebGUI::Utility;
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ property storyTemplateId => (
|
|||
namespace => 'Story',
|
||||
default => 'TbDcVLbbznPi0I0rxQf2CQ',
|
||||
);
|
||||
with 'WebGUI::AssetAspect::RssFeed';
|
||||
with 'WebGUI::Role::Asset::RssFeed';
|
||||
|
||||
|
||||
use WebGUI::International;
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ property hasTerms => (
|
|||
maxlength => 255,
|
||||
);
|
||||
|
||||
with 'WebGUI::AssetAspect::RssFeed';
|
||||
with 'WebGUI::Role::Asset::RssFeed';
|
||||
use WebGUI::Macro;
|
||||
use XML::FeedPP;
|
||||
|
||||
|
|
|
|||
|
|
@ -181,8 +181,8 @@ property filterCode => (
|
|||
label => ['filter code', 'Asset_WikiMaster'],
|
||||
hoverHelp => ['filter code description', 'Asset_WikiMaster'],
|
||||
);
|
||||
with 'WebGUI::AssetAspect::Subscribable';
|
||||
with 'WebGUI::AssetAspect::RssFeed';
|
||||
with 'WebGUI::Role::Asset::Subscribable';
|
||||
with 'WebGUI::Role::Asset::RssFeed';
|
||||
|
||||
use WebGUI::International;
|
||||
use WebGUI::Utility;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue