Skip to content

Commit

Permalink
Issue #2325: Removed article actions sysconfig for Chat backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Jan 21, 2025
1 parent 9ec5ee9 commit b6ec2e0
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions Kernel/Config/Files/XML/Ticket.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14618,56 +14618,6 @@ Thanks for your help!
</Hash>
</Value>
</Setting>
<Setting Name="Ticket::Frontend::Article::Actions###Chat" Required="1" Valid="1">
<Description Translatable="1">Defines available article actions for Chat articles.</Description>
<Navigation>Frontend::Agent::View::TicketZoom::ArticleAction</Navigation>
<Value>
<Hash>
<DefaultItem>
<Hash>
<Item Key="Module"></Item>
<Item Key="Prio"></Item>
<Item Key="Valid"></Item>
</Hash>
</DefaultItem>
<Item Key="AgentTicketPrint">
<Hash>
<Item Key="Module">Kernel::Output::HTML::ArticleAction::AgentTicketPrint</Item>
<Item Key="Prio">500</Item>
<Item Key="Valid">1</Item>
</Hash>
</Item>
<Item Key="MarkAsImportant">
<Hash>
<Item Key="Module">Kernel::Output::HTML::ArticleAction::MarkAsImportant</Item>
<Item Key="Prio">700</Item>
<Item Key="Valid">1</Item>
</Hash>
</Item>
<Item Key="AgentTicketForward">
<Hash>
<Item Key="Module">Kernel::Output::HTML::ArticleAction::AgentTicketForward</Item>
<Item Key="Prio">200</Item>
<Item Key="Valid">1</Item>
</Hash>
</Item>
<Item Key="AgentTicketCompose">
<Hash>
<Item Key="Module">Kernel::Output::HTML::ArticleAction::AgentTicketCompose</Item>
<Item Key="Prio">100</Item>
<Item Key="Valid">1</Item>
</Hash>
</Item>
<Item Key="MarkArticleSeenUnseen">
<Hash>
<Item Key="Module">Kernel::Output::HTML::ArticleAction::MarkArticleSeenUnseen</Item>
<Item Key="Prio">300</Item>
<Item Key="Valid">1</Item>
</Hash>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Ticket::Frontend::Article::Actions###Invalid" Required="1" Valid="1">
<Description Translatable="1">Defines available article actions for invalid articles.</Description>
<Navigation>Frontend::Agent::View::TicketZoom::ArticleAction</Navigation>
Expand Down

0 comments on commit b6ec2e0

Please sign in to comment.