Skip to content

Commit

Permalink
[Grid] [Dataobject] Add Folder ID to custom layout getter. (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored Oct 11, 2024
1 parent 387ccec commit 52f54a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getColumnConfigurations(array $availableColumnDefinitions): arra

$filteredDefinitions = $this->dataObjectServiceResolver->getCustomLayoutDefinitionForGridColumnConfig(
$classDefinition,
744
$this->getFolderId()
);

if (!isset($filteredDefinitions['layoutDefinition'])) {
Expand Down

0 comments on commit 52f54a1

Please sign in to comment.