Explicit class for addToCleanup, otherwise the debugger fails.
This commit is contained in:
parent
cfb53ffdc8
commit
a1571b90d4
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ my $posters = $import->addChild({
|
|||
|
||||
my $versionTag = WebGUI::VersionTag->getWorking($session);
|
||||
$versionTag->commit();
|
||||
addToCleanup($versionTag);
|
||||
WebGUI::Test->addToCleanup($versionTag);
|
||||
$posters = $posters->cloneFromDb;
|
||||
|
||||
my $ritaVarId = $posters->setCollateral('variantsJSON', 'variantId', 'new',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue