[Rt-commit] rt branch, 4.4/querybuilder-active-and-inactive-status, repushed

Maureen Mirville maureen at bestpractical.com
Tue Jan 30 17:30:35 EST 2018


The branch 4.4/querybuilder-active-and-inactive-status was deleted and repushed:
       was 2c36ffc4c0b987f597470fb4fc3dd9240d197a54
       now 725d92e35fe9a842503958e1711fd2fdde25ab3c

1: c97667948 ! 1: 157a6359e Add active and inactive status to query builder
    @@ -17,8 +17,8 @@
      <option value=""<% !$Default && qq[ selected="selected"] |n %>><% $DefaultLabel %></option>
      % }
     +% if ( $ShowActiveInactive ) {
    -+<option value="__Active__"><% loc('active') %></option>
    -+<option value="__Inactive__"><% loc('inactive') %></option>
    ++<option value="__Active__"><% loc('Active') %></option>
    ++<option value="__Inactive__"><% loc('Inactive') %></option>
     +% }
      % for my $lifecycle (sort keys %statuses_by_lifecycle) {
      %     if ($group_by_lifecycle) {
2: c72f53714 = 2: c5a988507 Update query builder tests for active and inactive statuses
3: 2c36ffc4c ! 3: 725d92e35 Update query builder docs to include active/inactive status
    @@ -1,9 +1,6 @@
     Author: Maureen E. Mirville <maureen at bestpractical.com>
     
         Update query builder docs to include active/inactive status
    -    
    -    Query builder documentation was updated to address the 'active'
    -    and 'inactive' status options that were added to the status dropdown.
     
     diff --git a/docs/query_builder.pod b/docs/query_builder.pod
     --- a/docs/query_builder.pod
    @@ -17,6 +14,13 @@
     +to explicitly list all of the active or inactive statuses or manually enter
     +the queries: "Status = '__Active__'" or "Status = '__Inactive__'".
     +
    ++The sets of active and inactive statuses for a queue are defined by the
    ++associated lifecycle. Active tickets are those listed for the 'active' and
    ++'initial' configurations. Inactive tickets are those defined as 'inactive'.
    ++For the default RT lifecycle, for example, the active statuses are new, open,
    ++and stalled, and the inactive statuses are resolved, rejected and deleted. See
    ++F<docs/customizing/lifecycles.html> for more information.
    ++
      Now that I've selected some criteria, I can click either Add These Terms or
      Add These Terms and Search. I'll click the former:
      



More information about the rt-commit mailing list