[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.3-22-gb3caebab9
? sunnavy
sunnavy at bestpractical.com
Mon Jul 23 12:14:32 EDT 2018
The branch, 4.4-trunk has been updated
via b3caebab91ca21878de8397a8f101eeec22e9a4a (commit)
via a6453e6ddabf7de78cfa40ae84f56e7df16b0402 (commit)
from 457164143b2d2c8f8bc1f701b4481ffe1ed3c2a6 (commit)
Summary of changes:
share/html/Search/Elements/PickBasics | 14 ++++++++++++++
1 file changed, 14 insertions(+)
- Log -----------------------------------------------------------------
commit b3caebab91ca21878de8397a8f101eeec22e9a4a
Merge: 457164143 a6453e6dd
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Jul 23 23:45:19 2018 +0800
Merge branch '4.4/query-builder-sla' into 4.4-trunk
diff --cc share/html/Search/Elements/PickBasics
index 765ea01a2,710817235..224768ea3
--- a/share/html/Search/Elements/PickBasics
+++ b/share/html/Search/Elements/PickBasics
@@@ -103,9 -103,23 +103,23 @@@ my @lines =
Value => {
Type => 'component',
Path => '/Ticket/Elements/SelectStatus',
- Arguments => { SkipDeleted => 1, Queues => \%queues },
+ Arguments => { SkipDeleted => 1, Queues => \%queues, ShowActiveInactive => 1 },
},
},
+ {
+ Name => 'SLA',
+ Field => loc('SLA'),
+ Op => {
+ Type => 'component',
+ Path => '/Elements/SelectMatch',
+ Arguments => { Default => '=' },
+ },
+ Value => {
+ Type => 'component',
+ Path => '/Elements/SelectSLA',
+ Arguments => { NamedValues => 1 },
+ },
+ },
{
Name => 'Actor',
Field => {
-----------------------------------------------------------------------
More information about the rt-commit
mailing list