Fixes for creating parents for testing.
This commit is contained in:
parent
93e9f71a6c
commit
cbfe3825a8
2 changed files with 8 additions and 0 deletions
|
|
@ -21,4 +21,8 @@ sub list_of_tables {
|
|||
return [qw/assetData FileAsset GalleryFile/];
|
||||
}
|
||||
|
||||
sub parent_list {
|
||||
return [qw/WebGUI::Asset::Wobject::Gallery WebGUI::Asset::Wobject::GalleryAlbum /];
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -21,4 +21,8 @@ sub list_of_tables {
|
|||
return [qw/assetData wobject GalleryAlbum assetAspectRssFeed/];
|
||||
}
|
||||
|
||||
sub parent_list {
|
||||
return [qw/WebGUI::Asset::Wobject::Gallery/];
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue