Skip to content

Commit

Permalink
Increased value of SysConfig setting Ticket::Frontend::DynamicFieldsZ…
Browse files Browse the repository at this point in the history
…oomMaxSizeSidebar to 50.
  • Loading branch information
dennykorsukewitz committed Jul 13, 2023
1 parent 949d5be commit d12d96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Config/Files/XML/Ticket.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@
<Description Translatable="1">Maximum length (in characters) of the dynamic field in the sidebar of the ticket zoom view.</Description>
<Navigation>Frontend::Agent</Navigation>
<Value>
<Item ValueType="String" ValueRegex="^[0-9]{1,3}$">18</Item>
<Item ValueType="String" ValueRegex="^[0-9]{1,3}$">50</Item>
</Value>
</Setting>
<Setting Name="Ticket::Frontend::DynamicFieldsZoomMaxSizeArticle" Required="1" Valid="1">
Expand Down

0 comments on commit d12d96b

Please sign in to comment.