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 3dc2ff4 commit dec44a3Copy full SHA for dec44a3
InstanceTable.php
@@ -304,9 +304,9 @@ protected function setTaggedFields() {
304
}
305
306
if (!$this->isSurvey && preg_match("/".self::ACTION_TAG_HIDEFORMINMENU."/", $fieldDetails['field_annotation'])) {
307
- $hideStatus = $repeatingFormDetails['hide_form_in_menu'] = true;
+ $repeatingFormDetails['hide_form_in_menu'] = true;
308
} else {
309
- $hideStatus = $repeatingFormDetails['hide_form_in_menu'] = false;
+ $repeatingFormDetails['hide_form_in_menu'] = false;
310
311
312
// pick up option for custom sort order
0 commit comments