Skip to content

Commit

Permalink
Merge pull request #31 from dynamic/bugfix/layoutCompositFieldName
Browse files Browse the repository at this point in the history
BUGFIX unable to access Layout CompositeField in DataExtensions without explicit name value
  • Loading branch information
muskie9 authored Sep 20, 2023
2 parents 2fdd557 + ca344b7 commit 0b0c19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elements/ElementFeatures.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function getCMSFields()
)->setTitle(_t(
__CLASS__ . '.LayoutLabel',
'Layout'
))
))->setName('FeaturesLayout')
);

if ($this->ID) {
Expand Down

0 comments on commit 0b0c19e

Please sign in to comment.