Skip to content

Commit

Permalink
Fix clipboard exports with hidden visible element headers. (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniekung committed Nov 25, 2024
1 parent 8ff72e6 commit 19c2e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flatfile/QubitFlatfileExport.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ public function getHiddenVisibleElementCsvHeaders()
if (
(false !== strpos($setting, 'app_element_visibility_'.$template))
&& (!strpos($setting, '__source'))
&& str_ends_with('_area', $setting) // Ignore hidden element headers
&& (0 == sfConfig::get($setting))
) {
array_push($nonVisibleElements, $setting);
Expand Down

0 comments on commit 19c2e3a

Please sign in to comment.