[Rt-commit] rt branch, 4.2/remove-resolved-modifier, created. rt-4.1.8-303-gfc5cba7

Todd Wade todd at bestpractical.com
Tue May 14 14:18:11 EDT 2013


The branch, 4.2/remove-resolved-modifier has been created
        at  fc5cba71b7c87a27343d06058e3188d8b52dd632 (commit)

- Log -----------------------------------------------------------------
commit fc5cba71b7c87a27343d06058e3188d8b52dd632
Author: Todd Wade <todd at bestpractical.com>
Date:   Tue May 14 14:14:54 2013 -0400

    remove ability to update resolved date
    
    - remove RT::Interface::Web::ProcessTicketDates ability to update
      a tickets resolved date
    - remove Make date Resolved text field from bulk update UI
    
    see issues#20302

diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index c64f70a..9a4dedb 100644
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -3288,7 +3288,6 @@ sub ProcessTicketDates {
     # Set date fields
     my @date_fields = qw(
         Told
-        Resolved
         Starts
         Started
         Due
diff --git a/share/html/Search/Bulk.html b/share/html/Search/Bulk.html
index e361550..e868b53 100644
--- a/share/html/Search/Bulk.html
+++ b/share/html/Search/Bulk.html
@@ -114,8 +114,6 @@
 <td class="value"> <& /Elements/SelectDate, Name => "Told_Date", Default => $ARGS{Told_Date} || '' &> </td></tr>
 <tr><td class="label"> <&|/l&>Make date Due</&>: </td>
 <td class="value"> <& /Elements/SelectDate, Name => "Due_Date", Default => $ARGS{Due_Date} || '' &> </td></tr>
-<tr><td class="label"> <&|/l&>Make date Resolved</&>: </td>
-<td class="value"> <& /Elements/SelectDate, Name => "Resolved_Date", Default => $ARGS{Resolved_Date} || '' &> </td></tr>
 </table>
 
 </td>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list