Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions Kernel/Config/Files/XML/MasterSlave.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,16 @@
<Navigation>Frontend::Agent::ModuleRegistration::Loader</Navigation>
<Value>
<Hash>
<Item Key="CSS">
<Array>
<Item>QuickDateButtons.css</Item>
</Array>
</Item>
<Item Key="JavaScript">
<Array>
<Item>Core.Agent.TicketAction.js</Item>
<Item>Core.Agent.TicketMasterSlave.js</Item>
<Item>QuickDateButtons.js</Item>
</Array>
</Item>
</Hash>
Expand Down Expand Up @@ -343,6 +349,28 @@
<Item ValueType="Checkbox">0</Item>
</Value>
</Setting>
<Setting Name="Ticket::Frontend::AgentTicketMasterSlave###QuickDateButtons" Required="0" Valid="1">
<Description Translatable="1">This option sets additional quick date buttons to pending dates. For ordering purposes one hash entry per array segment has to be set. The key is the button name, value is the value, where a single number n sets the date to n days from now, +n adds n days to the currently set date, and -n subtracts them.</Description>
<Navigation>Frontend::Agent::View::TicketMasterSlave</Navigation>
<Value>
<Array>
<DefaultItem>
<Hash>
</Hash>
</DefaultItem>
<Item>
<Hash>
<Item Key="+1 day">+1</Item>
</Hash>
</Item>
<Item>
<Hash>
<Item Key="+1 week">+7</Item>
</Hash>
</Item>
</Array>
</Value>
</Setting>
<Setting Name="DashboardBackend###0900-TicketMaster" Required="0" Valid="1">
<Description Translatable="1">Parameters for the dashboard backend of the master tickets overview of the agent interface. "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.</Description>
<Navigation>Frontend::Agent::View::Dashboard</Navigation>
Expand Down