We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f44737 commit bc529d3Copy full SHA for bc529d3
lib/Alchemy/Phrasea/Controller/Prod/StoryController.php
@@ -35,7 +35,7 @@ public function displayCreateFormAction(Request $request)
35
$storyTitleMetaStructIds = [];
36
foreach ($this->getApplicationBox()->get_databoxes() as $db) {
37
foreach ($db->get_meta_structure() as $metaStruct) {
38
- if ($metaStruct->get_thumbtitle() == "1" &&
+ if ($metaStruct->get_thumbtitle() != "0" &&
39
!$metaStruct->is_readonly() &&
40
$metaStruct->get_gui_editable() &&
41
$metaStruct->get_type() == \databox_field::TYPE_STRING
0 commit comments