[Rt-commit] rt branch, 4.0/rtx-customfield-checkbox-upgrade, repushed
? sunnavy
sunnavy at bestpractical.com
Tue Feb 11 20:41:14 EST 2014
The branch 4.0/rtx-customfield-checkbox-upgrade was deleted and repushed:
was e9cf5ab1714cb6ee2632e5d86c4012019941e2d4
now 58465629fd55bb79db03b3f777cbe0f4e62cb95a
1: e9cf5ab ! 1: 5846562 upgrade script/doc for RT-Extension-CustomField-Checkbox
@@ -40,7 +40,7 @@
+#
+# COPYRIGHT:
+#
-+# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
++# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
+# <sales at bestpractical.com>
+#
+# (Except where explicitly superseded by other copyright notices)
@@ -95,7 +95,7 @@
+
+use RT::CustomFields;
+my $cfs = RT::CustomFields->new( RT->SystemUser );
-+
++$cfs->{find_disabled_rows} = 1;
+$cfs->Limit(
+ FIELD => 'Type',
+ VALUE => 'SelectCheckbox',
More information about the rt-commit
mailing list