X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FSearch%2FElements%2FPickBasics;h=8647fed4c500e1fa6201ba3379b9c298fea78b60;hb=7322f2afedcc2f427e997d1535a503613a83f088;hp=3aae9658905d5d2340686488699acdd8a0b3ee9d;hpb=919e930aa9279b3c5cd12b593889cd6de79d67bf;p=freeside.git diff --git a/rt/share/html/Search/Elements/PickBasics b/rt/share/html/Search/Elements/PickBasics index 3aae96589..8647fed4c 100644 --- a/rt/share/html/Search/Elements/PickBasics +++ b/rt/share/html/Search/Elements/PickBasics @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -70,10 +70,10 @@ my @lines = ( Type => 'component', Path => '/Elements/SelectBoolean', Arguments => { - True => loc("matches"), - False => loc("doesn't match"), - TrueVal => 'LIKE', - FalseVal => 'NOT LIKE', + True => loc("matches"), + False => loc("doesn't match"), + TrueVal => 'LIKE', + FalseVal => 'NOT LIKE', }, }, Value => { Type => 'text', Size => 20 }, @@ -89,7 +89,7 @@ my @lines = ( Value => { Type => 'component', Path => '/Elements/SelectQueue', - Arguments => { NamedValues => 1, CheckQueueRight => 'ShowTicket' }, + Arguments => { NamedValues => 1, }, }, }, { @@ -102,7 +102,7 @@ my @lines = ( }, Value => { Type => 'component', - Path => '/Elements/SelectStatus', + Path => '/Ticket/Elements/SelectStatus', Arguments => { SkipDeleted => 1, Queues => \%queues }, }, }, @@ -114,6 +114,7 @@ my @lines = ( Owner => loc('Owner'), Creator => loc('Creator'), LastUpdatedBy => loc('Last updated by'), + UpdatedBy => loc('Updated by'), ], }, Op => { @@ -141,6 +142,19 @@ my @lines = ( Value => { Type => 'text', Size => 20 } }, { + Name => 'WatcherGroup', + Field => { + Type => 'component', + Path => 'SelectPersonType', + Arguments => { Default => 'Owner', Suffix => 'Group' }, + }, + Op => { + Type => 'select', + Options => [ '=' => loc('is') ], + }, + Value => { Type => 'text', Size => 20, "data-autocomplete" => "Groups" } + }, + { Name => 'Date', Field => { Type => 'component',