diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 2ff23bea3..f1f71bfa6 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,6 +1,7 @@ 7.6.13 - fixed #9760: DataForm not working in demo.plainblack.com - fixed #9759: Delete Entry Button missing in Data Form + - fixed #9767: FileAsset breaks 'null' rule for FileAsset table 7.6.12 - fixed: During postback on a recurring transaction, the routine could error out instead of catching an error. diff --git a/t/Asset/AssetExportHtml.t b/t/Asset/AssetExportHtml.t index bd177fbe6..cfa421c5e 100644 --- a/t/Asset/AssetExportHtml.t +++ b/t/Asset/AssetExportHtml.t @@ -280,6 +280,8 @@ my $properties = { title => 'Export Test', className => 'WebGUI::Asset::File', url => 'export-test.pl', + storageId => $storage->getId, + filename => 'somePerlFile_pl.txt', }; my $defaultAsset = WebGUI::Asset->getDefault($session); my $asset = $defaultAsset->addChild($properties, $properties->{id});