Skip to content

Commit

Permalink
Issue #2948: Switched importexport settings for translations to dedic…
Browse files Browse the repository at this point in the history
…ated file.
  • Loading branch information
stefanhaerter authored and bschmalhofer committed Mar 27, 2024
1 parent 12b3b21 commit 3de8321
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Kernel/Config/Files/XML/Framework.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10273,22 +10273,5 @@ via the Preferences button after logging in.
<Item ValueType="Checkbox">0</Item>
</Value>
</Setting>
<Setting Name="ImportExport::ObjectBackendRegistration###Translations" Required="1" Valid="1">
<Description Translatable="1">Object backend module registration for the import/export module.</Description>
<Navigation>Core::ImportExport::ObjectBackend::ModuleRegistration</Navigation>
<Value>
<Hash>
<Item Key="Module">Kernel::System::ImportExport::ObjectBackend::Translations</Item>
<Item Key="Name">Translations</Item>
</Hash>
</Value>
</Setting>
<Setting Name="ImportExport::TranslationsImportExport::ForceCSVMappingRecreation" Required="1" Valid="1">
<Description Translatable="1">Defines if CSV-mappings are re-created on next package reinstallation or upgrade if already existent.</Description>
<Navigation>Core::ImportExport::TranslationsImportExport</Navigation>
<Value>
<Item ValueType="Checkbox">0</Item>
</Value>
</Setting>

</otobo_config>
19 changes: 19 additions & 0 deletions Kernel/Config/Files/XML/ImportExport.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,23 @@
</Value>
</Setting>

<!-- specific settings for backend translations -->
<Setting Name="ImportExport::ObjectBackendRegistration###Translations" Required="1" Valid="1">
<Description Translatable="1">Object backend module registration for the import/export module.</Description>
<Navigation>Core::ImportExport::ObjectBackend::ModuleRegistration</Navigation>
<Value>
<Hash>
<Item Key="Module">Kernel::System::ImportExport::ObjectBackend::Translations</Item>
<Item Key="Name">Translations</Item>
</Hash>
</Value>
</Setting>
<Setting Name="ImportExport::TranslationsImportExport::ForceCSVMappingRecreation" Required="1" Valid="1">
<Description Translatable="1">Defines if CSV-mappings are re-created on next package reinstallation or upgrade if already existent.</Description>
<Navigation>Core::ImportExport::TranslationsImportExport</Navigation>
<Value>
<Item ValueType="Checkbox">0</Item>
</Value>
</Setting>

</otobo_config>

0 comments on commit 3de8321

Please sign in to comment.