We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On changing a Sysconfig value and clicking save, it should be saved and visible in the mask.
On changing a Sysconfig value and clicking save, it is not visible in the mask.
Steps to reproduce the behavior:
Test###005
example File:
<?xml version="1.0" encoding="utf-8"?> <otrs_config version="2.0" init="Application"> <Setting Name="Test###001" Required="0" Valid="1"> <Description Translatable="1">Test File for XML.</Description> <Navigation>Test</Navigation> <Value> <Hash> <Item Key="TestValue" ValueType="String">With Value</Item> <Item Key="Template" ValueType="Textarea"><div title="[% Data.Test | html %]">[%Data.Test | html %]</div></Item> <Item Key="FieldType" ValueType="Select" SelectedID="Test1"> <Item ValueType="Option" Value="Test1" Translatable="1">Test1</Item> <Item ValueType="Option" Value="Test2" Translatable="1">Test2</Item> </Item> </Hash> </Value> </Setting> <Setting Name="Test###002" Required="0" Valid="1"> <Description Translatable="1">Test File for XML.</Description> <Navigation>Test</Navigation> <Value> <Hash> <Item Key="FieldType" ValueType="Select" SelectedID="Test1"> <Item ValueType="Option" Value="Test1" Translatable="1">Test1</Item> <Item ValueType="Option" Value="Test2" Translatable="1">Test2</Item> </Item> <Item Key="TestValue" ValueType="String">With Value</Item> <Item Key="Template" ValueType="Textarea"><div title="[% Data.Test | html %]">[%Data.Test | html %]</div></Item> </Hash> </Value> </Setting> <Setting Name="Test###003" Required="0" Valid="1"> <Description Translatable="1">Test File for XML.</Description> <Navigation>Test</Navigation> <Value> <Hash> <Item Key="TestValue" ValueType="String">With Value</Item> <Item Key="FieldType" ValueType="Select" SelectedID="Test1"> <Item ValueType="Option" Value="Test1" Translatable="1">Test1</Item> <Item ValueType="Option" Value="Test2" Translatable="1">Test2</Item> </Item> <Item Key="Template" ValueType="Textarea"><div title="[% Data.Test | html %]">[%Data.Test | html %]</div></Item> </Hash> </Value> </Setting> <Setting Name="Test###004" Required="0" Valid="1"> <Description Translatable="1">Test File for XML.</Description> <Navigation>Test</Navigation> <Value> <Hash> <Item Key="TestValue" ValueType="String"></Item> <Item Key="Template" ValueType="Textarea"><div title="[% Data.Test | html %]">[%Data.Test | html %]</div></Item> <Item Key="FieldType" ValueType="Select" SelectedID="Test1"> <Item ValueType="Option" Value="Test1" Translatable="1">Test1</Item> <Item ValueType="Option" Value="Test2" Translatable="1">Test2</Item> </Item> </Hash> </Value> </Setting> <Setting Name="Test###005" Required="0" Valid="1"> <Description Translatable="1">Test File for XML.</Description> <Navigation>Test</Navigation> <Value> <Hash> <Item Key="FieldType" ValueType="Select" SelectedID="Test1"> <Item ValueType="Option" Value="Test1" Translatable="1">Test1</Item> <Item ValueType="Option" Value="Test2" Translatable="1">Test2</Item> </Item> <Item Key="TestValue" ValueType="String"></Item> <Item Key="Template" ValueType="Textarea"><div title="[% Data.Test | html %]">[%Data.Test | html %]</div></Item> </Hash> </Value> </Setting> <Setting Name="Test###006" Required="0" Valid="1"> <Description Translatable="1">Test File for XML.</Description> <Navigation>Test</Navigation> <Value> <Hash> <Item Key="TestValue" ValueType="String"></Item> <Item Key="FieldType" ValueType="Select" SelectedID="Test1"> <Item ValueType="Option" Value="Test1" Translatable="1">Test1</Item> <Item ValueType="Option" Value="Test2" Translatable="1">Test2</Item> </Item> <Item Key="Template" ValueType="Textarea"><div title="[% Data.Test | html %]">[%Data.Test | html %]</div></Item> </Hash> </Value> </Setting> </otrs_config>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Expected behavior
On changing a Sysconfig value and clicking save, it should be saved and visible in the mask.
Actual behavior
On changing a Sysconfig value and clicking save, it is not visible in the mask.
How to reproduce
Steps to reproduce the behavior:
Test###005
Additional information
example File:
Screenshots
The text was updated successfully, but these errors were encountered: