https://forums.otterhub.org/viewtopic.p ... 221#p39971
was to remove a <ValidateModule> tag from Kernel/Config/Files/Ticket.xml
Code: Select all
<ConfigItem Name="PostmasterFollowUpState" Required="1" Valid="1">
<Description Translatable="1">Defines the state of a ticket if it gets a follow-up.</Description>
<Group>Ticket</Group>
<SubGroup>Core::PostMaster</SubGroup>
<ValidateModule>Kernel::System::SysConfig::StateValidate</ValidateModule> #<---- Remove this line after backing up Ticket.xml
<Setting>
<String Regex="">open</String>
</Setting>
</ConfigItem>
Ticket.xml no longer contains that line of code, so is there a "modern" way to set a custom value for CustomerTicketZoom###StateDefault?
Thanks.