diff --git a/lib/Alchemy/Phrasea/Controller/Prod/StoryController.php b/lib/Alchemy/Phrasea/Controller/Prod/StoryController.php index 01c7528088..32ba2a9d9a 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/StoryController.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/StoryController.php @@ -35,7 +35,7 @@ public function displayCreateFormAction(Request $request) $storyTitleMetaStructIds = []; foreach ($this->getApplicationBox()->get_databoxes() as $db) { foreach ($db->get_meta_structure() as $metaStruct) { - if ($metaStruct->get_thumbtitle() == "1" && + if ($metaStruct->get_thumbtitle() != "0" && !$metaStruct->is_readonly() && $metaStruct->get_gui_editable() && $metaStruct->get_type() == \databox_field::TYPE_STRING