Skip to content

Commit

Permalink
Issue #2360: Set new dynamic field configs as non-required.
Browse files Browse the repository at this point in the history
There is no special reason why they should hold other values as similar fields.
  • Loading branch information
stefanhaerter committed Jul 20, 2023
1 parent 4a049e2 commit d908163
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Kernel/Config/Files/XML/DynamicFields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@
<!-- End DynamicField Web Service -->

<!-- DynamicField Agent -->
<Setting Name="Frontend::Module###AdminDynamicFieldAgent" Required="1" Valid="1">
<Setting Name="Frontend::Module###AdminDynamicFieldAgent" Required="0" Valid="1">
<Description Translatable="1">Frontend module registration for the agent interface.</Description>
<Navigation>Frontend::Admin::ModuleRegistration</Navigation>
<Value>
Expand All @@ -767,7 +767,7 @@
</Item>
</Value>
</Setting>
<Setting Name="Loader::Module::AdminDynamicFieldAgent###002-Ticket" Required="1" Valid="1">
<Setting Name="Loader::Module::AdminDynamicFieldAgent###002-Ticket" Required="0" Valid="1">
<Description Translatable="1">Loader module registration for the agent interface.</Description>
<Navigation>Frontend::Admin::ModuleRegistration::Loader</Navigation>
<Value>
Expand All @@ -786,7 +786,7 @@
</Hash>
</Value>
</Setting>
<Setting Name="DynamicFields::Driver###Agent" Required="1" Valid="1">
<Setting Name="DynamicFields::Driver###Agent" Required="0" Valid="1">
<Description Translatable="1">DynamicField backend registration.</Description>
<Navigation>Core::DynamicFields::DriverRegistration</Navigation>
<Value>
Expand All @@ -800,7 +800,7 @@
<!-- End DynamicField Agent -->

<!-- DynamicField CustomerCompany -->
<Setting Name="Frontend::Module###AdminDynamicFieldCustomerCompany" Required="1" Valid="1">
<Setting Name="Frontend::Module###AdminDynamicFieldCustomerCompany" Required="0" Valid="1">
<Description Translatable="1">Frontend module registration for the agent interface.</Description>
<Navigation>Frontend::Admin::ModuleRegistration</Navigation>
<Value>
Expand All @@ -822,7 +822,7 @@
</Item>
</Value>
</Setting>
<Setting Name="Loader::Module::AdminDynamicFieldCustomerCompany###002-Ticket" Required="1" Valid="1">
<Setting Name="Loader::Module::AdminDynamicFieldCustomerCompany###002-Ticket" Required="0" Valid="1">
<Description Translatable="1">Loader module registration for the agent interface.</Description>
<Navigation>Frontend::Admin::ModuleRegistration::Loader</Navigation>
<Value>
Expand All @@ -841,7 +841,7 @@
</Hash>
</Value>
</Setting>
<Setting Name="DynamicFields::Driver###CustomerCompany" Required="1" Valid="1">
<Setting Name="DynamicFields::Driver###CustomerCompany" Required="0" Valid="1">
<Description Translatable="1">DynamicField backend registration.</Description>
<Navigation>Core::DynamicFields::DriverRegistration</Navigation>
<Value>
Expand All @@ -855,7 +855,7 @@
<!-- End DynamicField CustomerCompany -->

<!-- DynamicField CustomerUser -->
<Setting Name="Frontend::Module###AdminDynamicFieldCustomerUser" Required="1" Valid="1">
<Setting Name="Frontend::Module###AdminDynamicFieldCustomerUser" Required="0" Valid="1">
<Description Translatable="1">Frontend module registration for the agent interface.</Description>
<Navigation>Frontend::Admin::ModuleRegistration</Navigation>
<Value>
Expand All @@ -877,7 +877,7 @@
</Item>
</Value>
</Setting>
<Setting Name="Loader::Module::AdminDynamicFieldCustomerUser###002-Ticket" Required="1" Valid="1">
<Setting Name="Loader::Module::AdminDynamicFieldCustomerUser###002-Ticket" Required="0" Valid="1">
<Description Translatable="1">Loader module registration for the agent interface.</Description>
<Navigation>Frontend::Admin::ModuleRegistration::Loader</Navigation>
<Value>
Expand All @@ -896,7 +896,7 @@
</Hash>
</Value>
</Setting>
<Setting Name="DynamicFields::Driver###CustomerUser" Required="1" Valid="1">
<Setting Name="DynamicFields::Driver###CustomerUser" Required="0" Valid="1">
<Description Translatable="1">DynamicField backend registration.</Description>
<Navigation>Core::DynamicFields::DriverRegistration</Navigation>
<Value>
Expand Down

0 comments on commit d908163

Please sign in to comment.