Skip to content

Commit

Permalink
Merge pull request #398 from paulverdu/fix/save-and-get-persister-config
Browse files Browse the repository at this point in the history
Fix problem where persister is not saved or retrieved from config file
  • Loading branch information
dpfaffenbauer authored Jul 17, 2024
2 parents 7ed48b3 + 4c95d0c commit 4f46b26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/DataDefinitionsBundle/Model/ImportDefinition/Dao.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,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 @@ -54,4 +54,8 @@ Wvision\Bundle\DataDefinitionsBundle\Model\ImportDefinition:
isWriteable:
exp: object.isWriteable()
type: boolean
serialized_name: isWriteable
serialized_name: isWriteable
persister:
expose: true
type: string
groups: [Detailed]

0 comments on commit 4f46b26

Please sign in to comment.