[Rt-commit] rt branch, 4.4/dashboard-weekdays, repushed
Shawn Moore
shawn at bestpractical.com
Tue Aug 11 12:35:11 EDT 2015
The branch 4.4/dashboard-weekdays was deleted and repushed:
was 0b9f61206deab9bc07e829a13a15b03d59e9f515
now 611fe1deea8abdb1cd57ecf13d07bf40fe98f1c3
1: 0b9f612 ! 1: 611fe1d Weekday checkboxes for daily dashboard subscriptions
@@ -21,7 +21,7 @@
+ sub {
+ $RT::Logger->info("Going to migrate dashboard subscriptions");
+
-+ my $attrs = RT::Attributes->new( $RT::SystemUser );
++ my $attrs = RT::Attributes->new( RT->SystemUser );
+ $attrs->Limit( FIELD => 'ObjectType', VALUE => 'RT::User' );
+ $attrs->Limit( FIELD => 'Name', VALUE => 'Subscription' );
+
More information about the rt-commit
mailing list