[Rt-commit] rt branch, 4.6/lifecycle-ui-dev, repushed

Craig Kaiser craig at bestpractical.com
Mon Feb 3 17:41:17 EST 2020


The branch 4.6/lifecycle-ui-dev was deleted and repushed:
       was 22fa7153f8db11e1c836012f9ceeef302928ffda
       now c19d65687c30f74dea73f3a598e967f858a151cd

 1: 5562e3f240 =  1: 5562e3f240 Core lifecycle-UI
 2: 825a160d8b =  2: 825a160d8b Remove 'Interactive' lifecycle UI component
 3: c92508f72b =  3: c92508f72b Remove lifecycle UI from ticket display
 4: 9703d80040 =  4: 9703d80040 Debug log when removing an old status mapping instead of error logging
 5: 0d92d4fbb3 =  5: 0d92d4fbb3 Use RT::Configuration to store lifecycle config instead of RT::Attribute
 6: 86683c5880 =  6: 86683c5880 Migrate lifecycle UI pages to elevator theme
 7: 43d72ebb25 =  7: 43d72ebb25 Reload lifecycle cache on ListAll if needed
 8: 8c2411b5e0 =  8: 8c2411b5e0 Update lifecyle Mapping page's title
 9: a78b4a36e0 =  9: a78b4a36e0 Update lifecyle Mapping page subtitles
10: 527bd331a4 = 10: 527bd331a4 Lifecycle mapping page show status mappings side by side
11: 475957a273 = 11: 475957a273 Ensure lifecycle cache is updated across threads when flagged
12: 5b812b1724 = 12: 5b812b1724 Add advanced page for lifecycle UI configurations
13: d84b453203 = 13: d84b453203 Add Rights page for lifecycle UI
14: 7c07622c6f ! 14: 1eec3d3c0a Add Actions page for lifecycle UI
    @@ -96,7 +96,7 @@
     +    }
     +    my @new_actions;
     +    foreach my $key ( keys %new_actions ) {
    -+        next unless $new_actions{$_}->{from} && $new_actions{$_}->{to};
    ++        next unless $new_actions{$key}->{from} && $new_actions{$key}->{to};
     +
     +        push @new_actions, "$new_actions{$key}->{from} -> $new_actions{$key}->{to}";
     +        push @new_actions, {
15: 7a8e1c4783 = 15: bb54f07734 Add lifecycle Rights/Actions/Advanced pages to menu
16: 22fa7153f8 = 16: c19d65687c Add helper methods to RT::Lifecycle



More information about the rt-commit mailing list