remove definition subroutine from these already converted assets.
This commit is contained in:
parent
35969446a1
commit
2cb4bc45b8
6 changed files with 0 additions and 153 deletions
|
|
@ -67,29 +67,6 @@ property pmIntegration => (
|
|||
|
||||
use WebGUI::Asset::Wobject::ProjectManager;
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 definition
|
||||
|
||||
=cut
|
||||
|
||||
sub definition {
|
||||
my $class = shift;
|
||||
my $session = shift;
|
||||
my $definition = shift;
|
||||
my $i18n = WebGUI::International->new($session,'Asset_TimeTracking');
|
||||
my %properties;
|
||||
tie %properties, 'Tie::IxHash';
|
||||
%properties = (
|
||||
);
|
||||
push(@{$definition}, {
|
||||
className=>'WebGUI::Asset::Wobject::TimeTracking',
|
||||
properties=>\%properties
|
||||
});
|
||||
return $class->SUPER::definition($session, $definition);
|
||||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 prepareView
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue