[Rt-commit] rt branch, 4.2/admin-formatting-columnmap, repushed

Alex Vandiver alexmv at bestpractical.com
Mon Jun 16 17:58:24 EDT 2014


The branch 4.2/admin-formatting-columnmap was deleted and repushed:
       was 6524587521c33b8cf718f48e411fb8b1c7bc0337
       now b98d04637749805a5cc18279046ecebffb83baa2

 1:  fdc76d6 =  1:  3087c5a bring the queues filter to the top of the page
 2:  efc9da2 =  2:  b8e9cef use LIKE as the default operator for the queue filter
 3:  cc1a55a =  3:  6a51f0f add SubjectTag to AdminSearchResultFormat for queues
 4:  664d875 =  4:  8972da3 enable filter queues by Lifecycle and SubjectTag
 5:  edf5728 =  5:  4193380 whitespace and newline cleanup
 6:  b81d1ba =  6:  b758d35 bring the customfields filter to the top of the page
 7:  cbe5412 =  7:  cd3fc8e align the submit button to the right
 8:  6147d37 !  8:  280a273 always show a page heading
    @@ -14,7 +14,7 @@
     -% if ( $Type ) {
     -<h2><% loc("Custom Fields for [_1]", $tmp->FriendlyLookupType( $Type )) %></h2>
     -% }
    -+<h1><% loc("Custom Fields for [_1]", $Type ? $tmp->FriendlyLookupType( $Type ) : loc('any Object') ) %></h1>
    ++<h1><% $Type ? loc("Custom Fields for [_1]", $Type) : loc('All Custom Fields') %></h1>
      
      <form action="<%RT->Config->Get('WebPath')%>/Admin/CustomFields/index.html" method="get">
      <&|/l&>Only show custom fields for:</&>
 9:  8abd524 =  9:  feb3141 display Disabled as the last column for queues
10:  646b640 = 10:  4bd6a10 add Disabled column map entries for Classes, Groups and Users
11:  b655f39 = 11:  e047773 add Disabled to AdminSearchResultFormat for Classes, CustomFields, Groups and Users
12:  6524587 = 12:  b98d046 more descriptive title "Status" for Disabled column map entry



More information about the rt-commit mailing list