[Rt-commit] rt branch, 4.4/query-builder-sla, created. rt-4.4.2-38-ga6453e6
Jim Brandt
jbrandt at bestpractical.com
Wed Sep 20 09:41:14 EDT 2017
The branch, 4.4/query-builder-sla has been created
at a6453e6ddabf7de78cfa40ae84f56e7df16b0402 (commit)
- Log -----------------------------------------------------------------
commit a6453e6ddabf7de78cfa40ae84f56e7df16b0402
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Sep 20 09:40:33 2017 -0400
Add SLA to query builder options
diff --git a/share/html/Search/Elements/PickBasics b/share/html/Search/Elements/PickBasics
index 3f2ed23..7108172 100644
--- a/share/html/Search/Elements/PickBasics
+++ b/share/html/Search/Elements/PickBasics
@@ -107,6 +107,20 @@ my @lines = (
},
},
{
+ 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 => {
Type => 'select',
-----------------------------------------------------------------------
More information about the rt-commit
mailing list