Account for additional form fields added at run-time in the tests.
This commit is contained in:
parent
cf2a6fb4a3
commit
f2d411cf1f
1 changed files with 2 additions and 0 deletions
|
|
@ -21,4 +21,6 @@ sub list_of_tables {
|
|||
return [qw/assetData FileAsset ZipArchiveAsset/];
|
||||
}
|
||||
|
||||
sub dynamic_form_labels { return 'New file to upload' };
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue