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:
Scott Walters 2010-08-25 08:18:24 -04:00
parent a28dffd4c4
commit ddf9b7e13b

View file

@ -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 {