A Story should have a Wobject::Folder for a direct parent with StoryArchive above that. Otherwise the Story can't render itself.
This commit is contained in:
parent
a28dffd4c4
commit
ddf9b7e13b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ sub list_of_tables {
|
||||||
}
|
}
|
||||||
|
|
||||||
sub parent_list {
|
sub parent_list {
|
||||||
return ['WebGUI::Asset::Wobject::StoryArchive'];
|
return ['WebGUI::Asset::Wobject::StoryArchive', 'WebGUI::Asset::Wobject::Folder'];
|
||||||
}
|
}
|
||||||
|
|
||||||
sub t_11_getEditForm : Tests {
|
sub t_11_getEditForm : Tests {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue