Remove leftover definition sub stubs.
This commit is contained in:
parent
bc71165a16
commit
ffb7945c34
5 changed files with 0 additions and 109 deletions
|
|
@ -111,26 +111,6 @@ sub canPersonalize {
|
|||
return $self->session->user->isInGroup($self->usersGroupId);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub definition {
|
||||
my $class = shift;
|
||||
my $session = shift;
|
||||
my $definition = shift;
|
||||
my $i18n = WebGUI::International->new($session,"Asset_Dashboard");
|
||||
|
||||
my %properties;
|
||||
%properties = (
|
||||
);
|
||||
|
||||
push(@{$definition}, {
|
||||
className => 'WebGUI::Asset::Wobject::Dashboard',
|
||||
properties => \%properties,
|
||||
autoGenerateForms => 1,
|
||||
});
|
||||
|
||||
return $class->SUPER::definition($session, $definition);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 discernUserId
|
||||
|
|
|
|||
|
|
@ -153,32 +153,6 @@ sub canPostStories {
|
|||
return $user->isInGroup($self->groupToPost) || $self->canEdit($userId);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 definition ( )
|
||||
|
||||
defines wobject properties for New Wobject instances. You absolutely need
|
||||
this method in your new Wobjects. If you choose to "autoGenerateForms", the
|
||||
getEditForm method is unnecessary/redundant/useless.
|
||||
|
||||
=cut
|
||||
|
||||
sub definition {
|
||||
my $class = shift;
|
||||
my $session = shift;
|
||||
my $definition = shift;
|
||||
my $i18n = WebGUI::International->new($session, 'Asset_StoryArchive');
|
||||
my %properties;
|
||||
%properties = (
|
||||
);
|
||||
push(@{$definition}, {
|
||||
className=>'WebGUI::Asset::Wobject::StoryArchive',
|
||||
properties=>\%properties,
|
||||
});
|
||||
return $class->SUPER::definition($session, $definition);
|
||||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 exportAssetCollateral (basePath, params, session)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue