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 8ff72e6 commit c340c00Copy full SHA for c340c00
lib/flatfile/QubitFlatfileExport.class.php
@@ -357,6 +357,7 @@ public function getHiddenVisibleElementCsvHeaders()
357
if (
358
(false !== strpos($setting, 'app_element_visibility_'.$template))
359
&& (!strpos($setting, '__source'))
360
+ && (str_ends_with('_area', $setting)) // Ignore hidden element headers
361
&& (0 == sfConfig::get($setting))
362
) {
363
array_push($nonVisibleElements, $setting);
0 commit comments