[Rt-commit] rt branch, 4.2/upgrade-4.1.5, created. rt-4.2.4-55-gbcf35c2
Wallace Reis
wreis at bestpractical.com
Thu May 29 12:29:20 EDT 2014
The branch, 4.2/upgrade-4.1.5 has been created
at bcf35c29613455a6eae95cff69fa941fdbf6796e (commit)
- Log -----------------------------------------------------------------
commit bcf35c29613455a6eae95cff69fa941fdbf6796e
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.
The 4.2.2 step will safely catch and clean up things missed by 4.1.5, but
still allow 4.2.2 to info log if it sees problems, and address the "people
upgrading from 4.0.19 vs people upgrading from 4.2.1".
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