[Rt-commit] rt branch, 4.4/set-custom-field-to-now-scrip-action, repushed

Dustin Collins strega at bestpractical.com
Tue Oct 18 21:36:16 EDT 2016


The branch 4.4/set-custom-field-to-now-scrip-action was deleted and repushed:
       was 0a8f53666af7428c77313d2ce2d26a43de0149c5
       now 4001682eed6e6ecf2198dd6e876c04aa2d9a9181

1:  0a8f536 ! 1:  4001682 Add scrip action that sets a custom field value to the current date/time
    @@ -15,7 +15,7 @@
            ExecModule  => 'UpdateUserTimeWorked',
          },
     +    { Name        => 'Set custom field to now', # loc
    -+      Description => 'Set the value of a custom field, provided as the action argument, to the current date/time.' , # loc
    ++      Description => 'Set the value of a custom field, provided as the action argument, to the current datetime.', # loc
     +      ExecModule  => 'SetCFtoNow',
     +      Argument    => 'MyCustomField',
     +    },
    @@ -85,7 +85,7 @@
     +#What does this type of Action do?
     +sub Describe  {
     +    my $self = shift;
    -+    return (ref $self . " will set the value of a custom field, provided as an argument, to the current date/time.");
    ++    return (ref $self . " will set the value of a custom field, provided as an argument, to the current datetime.");
     +}
     +
     +



More information about the rt-commit mailing list