Skip to content

Commit

Permalink
Revert "Fix issue where Import- and ExportDefinition data is not corr…
Browse files Browse the repository at this point in the history
…ectly loaded from repository cache"

This reverts commit ba513ad.
  • Loading branch information
paulverdu committed Oct 28, 2024
1 parent ec280db commit 8e6e0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DataDefinitionsBundle/Model/ExportDefinition/Dao.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function configure(): void

parent::configure([
'containerConfig' => $definitions,
'settingsStoreScope' => 'data_definitions.' . self::CONFIG_KEY,
'settingsStoreScope' => 'data_definitions',
'storageConfig' => $storageConfig,
]);
}
Expand Down
2 changes: 1 addition & 1 deletion src/DataDefinitionsBundle/Model/ImportDefinition/Dao.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function configure(): void

parent::configure([
'containerConfig' => $definitions,
'settingsStoreScope' => 'data_definitions.' . self::CONFIG_KEY,
'settingsStoreScope' => 'data_definitions',
'storageConfig' => $storageConfig,
]);
}
Expand Down

0 comments on commit 8e6e0bc

Please sign in to comment.