Initial commit.

This commit is contained in:
Stefan Härter 2023-09-24 18:02:39 +02:00
parent eb4055740f
commit 69781c8dd7
3 changed files with 2706 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<otobo_config version="2.0" init="Application">
<Setting Name="Ticket::Search###IncludeInvalidAgents" Required="0" Valid="0">
<Description Translatable="1">When searching for tickets in agent attributes, include invalid agents.</Description>
<Navigation>Core::Ticket</Navigation>
<Value>
<Item ValueType="Checkbox">0</Item>
</Value>
</Setting>
</otobo_config>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<otobo_package version="1.0">
<Name>TicketSearch-IncludeInvalidAgents</Name>
<Version>10.1.0</Version>
<Framework>10.1.x</Framework>
<Vendor>Rother OSS GmbH</Vendor>
<URL>https://rother-oss.com/</URL>
<License>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</License>
<Description Lang="en">This package adds the possibility to include invalid agents in the ticket search.</Description>
<Filelist>
<File Permission="660" Location="Custom/Kernel/Modules/AgentTicketSearch.pm" />
<File Permission="660" Location="Kernel/Config/Files/XML/TicketSearch-IncludeInvalidAgents.xml" />
</Filelist>
</otobo_package>