Remove usage of Class:C3 in favor of roles.
This commit is contained in:
parent
65a5053563
commit
9b4a9beba2
7 changed files with 8 additions and 26 deletions
|
|
@ -14,8 +14,6 @@ our $VERSION = "1.0.0";
|
|||
|
||||
use strict;
|
||||
|
||||
#use Class::C3;
|
||||
#use base qw/WebGUI::AssetAspect::RssFeed WebGUI::Asset::Wobject/;
|
||||
use Moose;
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset::Wobject';
|
||||
|
|
@ -97,6 +95,7 @@ property approvalWorkflowId => (
|
|||
label => ['approval workflow', 'Asset_StoryArchive'],
|
||||
hoverHelp => ['approval workflow help', 'Asset_StoryArchive'],
|
||||
);
|
||||
with 'WebGUI::AssetAspect::RssFeed';
|
||||
|
||||
use WebGUI::International;
|
||||
use WebGUI::Utility;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue