Skip to content

Commit

Permalink
Merge pull request #418 from almshadi/almshadi-patch-1
Browse files Browse the repository at this point in the history
Fix export definition issues: enableInheritance field and invalid callback for getSuggestedId()
  • Loading branch information
dpfaffenbauer authored Sep 4, 2024
2 parents ea0f810 + 1637a1b commit f242d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->variableNode('configuration')->end()
->scalarNode('runner')->end()
->booleanNode('stopOnException')->end()
->booleanNode('enableInheritance')->end()
->scalarNode('failureNotificationDocument')->end()
->scalarNode('successNotificationDocument')->end()
->arrayNode('mapping')
Expand Down
2 changes: 1 addition & 1 deletion src/DataDefinitionsBundle/Model/IdGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trait IdGenerator
{
private string $mainPath = 'var/config';

private function getSuggestedId(ExportListing|ImportListing $listing): int
public function getSuggestedId(ExportListing|ImportListing $listing): int
{
$ids = $listing->getAllIds();

Expand Down

0 comments on commit f242d00

Please sign in to comment.