Make version tags mandatory again.
This commit is contained in:
parent
d0b3be1749
commit
4bfabb9469
94 changed files with 405 additions and 489 deletions
|
|
@ -36,6 +36,7 @@ my $session = WebGUI::Test->session;
|
|||
|
||||
my $root = WebGUI::Test->asset;
|
||||
my $class = 'WebGUI::Asset::Wobject::Shelf';
|
||||
my $tag = WebGUI::VersionTag->getWorking($session);
|
||||
my $shelf = $root->addChild({className => $class});
|
||||
|
||||
my $soda = [
|
||||
|
|
@ -78,6 +79,8 @@ $shelf->addChild({
|
|||
title => 'Shirts',
|
||||
sku => 't-shirt',
|
||||
});
|
||||
|
||||
$tag->commit;
|
||||
my $helper = WebGUI::AssetHelper::Product::ExportCSV->new(
|
||||
id => 'exportProducts',
|
||||
session => $session,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue