[Rt-commit] rt branch, 4.2/upgrade-4.1.5, created. rt-4.2.4-55-g722345c

Wallace Reis wreis at bestpractical.com
Thu May 29 10:17:10 EDT 2014


The branch, 4.2/upgrade-4.1.5 has been created
        at  722345c64bf59e9a8953d173a819653bfc1881bf (commit)

- Log -----------------------------------------------------------------
commit 722345c64bf59e9a8953d173a819653bfc1881bf
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Thu May 29 11:11:05 2014 -0300

    Do not take disabled-rows into account
    
    When doing the 4.1.5 content upgrade, do not try and find disabled-rows.
    This partially reverts commit 90ba56675bc5f288d4483f079f89a3b4c0d4cdc7.

diff --git a/etc/upgrade/4.1.5/content b/etc/upgrade/4.1.5/content
index 4cf1bdb..0ed1dda 100644
--- a/etc/upgrade/4.1.5/content
+++ b/etc/upgrade/4.1.5/content
@@ -6,7 +6,6 @@ our @Initial = (
     sub {
         require RT::Scrips;
         my $scrips = RT::Scrips->new( RT->SystemUser );
-        $scrips->{'find_disabled_rows'} = 1;
         $scrips->UnLimit;
         while ( my $scrip = $scrips->Next ) {
             my $id = $scrip->Template;

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


More information about the rt-commit mailing list