Convert AssetCollateral/DataForm/Entry.pm over to use Moose.
This commit is contained in:
parent
acd71a7f7e
commit
c917e6ca6d
3 changed files with 215 additions and 123 deletions
|
|
@ -29,7 +29,7 @@ my $df = WebGUI::Asset->getImportNode($session)->addChild( {
|
|||
className => 'WebGUI::Asset::Wobject::DataForm',
|
||||
} );
|
||||
|
||||
addToCleanup( WebGUI::VersionTag->getWorking( $session ) );
|
||||
WebGUI::Test->addToCleanup( WebGUI::VersionTag->getWorking( $session ) );
|
||||
|
||||
# Add fields to the dataform
|
||||
$df->createField( "name", { type => "text", } );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue