Skip to content

Commit

Permalink
Fix problem where persister is not saved or retrieved from config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Verdu committed Oct 2, 2023
1 parent 5fdf8c8 commit 2774cbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/DataDefinitionsBundle/Model/ImportDefinition/Dao.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public function save()
'forceLoadObject',
'loader',
'fetcher',
'persister',
];

foreach ($dataRaw as $key => $value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ Wvision\Bundle\DataDefinitionsBundle\Model\ImportDefinition:
expose: true
type: boolean
groups: [Detailed]
persister:
expose: true
type: string
groups: [Detailed]

0 comments on commit 2774cbe

Please sign in to comment.