[Rt-commit] rt branch, 4.4/dont-clone-time-fields, repushed

Alex Vandiver alexmv at bestpractical.com
Wed Oct 29 11:25:48 EDT 2014


The branch 4.4/dont-clone-time-fields was deleted and repushed:
       was 1a2493db745e994e903b2bd1ecd5eea389e14e42
       now 15e55997773d4457bfe8a9645d29409012cd332f

1:  1a2493d ! 1:  15e5599 Don't clone TimeWorked and friends when creating child tickets
    @@ -6,21 +6,21 @@
         appears on multiple tickets.
     
     diff --git a/docs/UPGRADING-4.4 b/docs/UPGRADING-4.4
    -new file mode 100644
    ---- /dev/null
    +--- a/docs/UPGRADING-4.4
     +++ b/docs/UPGRADING-4.4
     @@
    -+=head1 UPGRADING FROM RT 4.2.0 and greater
    -+
    -+=over
    -+
    + an F<etc/RT_SiteConfig.d/> directory. All files ending in C<.pm> will be
    + parsed, in alphabetical order, after the main F<RT_SiteConfig.pm> is loaded.
    + 
     +=item *
     +
     +When creating linked tickets from the Links box, Time Worked, Time
     +Estimated, and Time Left will no longer be copied.  This simplifies time
     +reporting.
     +
    -+=back
    + =back
    + 
    + =cut
     
     diff --git a/share/html/Ticket/Create.html b/share/html/Ticket/Create.html
     --- a/share/html/Ticket/Create.html
    @@ -34,4 +34,4 @@
     +        for qw/Owner Subject FinalPriority Status/;
      
          $clone->{$_} = $CloneTicketObj->$_->AsString
    -         for grep { $CloneTicketObj->$_->Unix }
    +         for grep { $CloneTicketObj->$_->IsSet }



More information about the rt-commit mailing list