[Rt-commit] rt branch, 5.0/lifecycle-ui, repushed
Jim Brandt
jbrandt at bestpractical.com
Mon Apr 27 15:54:28 EDT 2020
The branch 5.0/lifecycle-ui was deleted and repushed:
was 2f31c2208383ac95c9c43fb0602a13bda5e7b82d
now e3c6ddb688306c55207dca2618a767a7bfb0a09c
1: 6744abe48f = 1: 6744abe48f Core RT::Extension::LifecycleUI
2: bcc438fbe6 = 2: bcc438fbe6 Migrate lifecycle UI pages to new elevator themes
3: 24340bed37 = 3: 24340bed37 Add POD doc for new added public methods
4: 6230b37d38 = 4: 6230b37d38 Ensure lifecycle cache is updated across threads when flagged
5: dfd731e4e0 = 5: dfd731e4e0 Add select/create links on all lifecycle admin pages like other objects
6: bbf0b1591c = 6: bbf0b1591c Limit lifecycle admin pages only to superusers
7: b2b62c11c2 = 7: b2b62c11c2 Support to disable lifecycles
8: c232abd197 = 8: c232abd197 Add d3.js to RT
9: 8c8f1d0fe0 = 9: 8c8f1d0fe0 Abstract ValidateLifecycle and ValidateLifecycleMaps from FillCache
10: f5f9b682b9 = 10: f5f9b682b9 New lifecycle editor based on original extension and Craig's big refactor
11: 369f816e72 = 11: 369f816e72 Add lifecycle UI Advanced page
12: 7d93d9624a = 12: 7d93d9624a Add lifecycle UI Actions page
13: 04c14a8208 = 13: 04c14a8208 Add lifecycle UI Rights page
14: 6d47ffe34f = 14: 6d47ffe34f Default on_create to the first initial status
15: ccbbb16f1e = 15: ccbbb16f1e Skip form and show hints if mapping is not needed
16: 2f31c22083 ! 16: 41c0500f77 Redirect to Advanced page on lifecycle modify page for IE
@@ -44,7 +44,7 @@
$Config ||= JSON::to_json(RT->Config->Get('Lifecycles')->{$LifecycleObj->Name}, { canonical => 1, pretty => 1 });
+if ( $ARGS{RedirectedFromModify} && RT::Interface::Web->ClientIsIE() ) {
-+ push @results, loc("Modify page does not support IE, please use a modern browser or current Advanced page instead");
++ push @results, loc("The graphical lifecycle builder is not currently supported on IE 11. You can update the lifecycle configuration using the Advanced tab or access the lifecycle editor in a supported browser.");
+}
+
if ( $Validate || $Update ) {
@@ -68,3 +68,4 @@
my ($title, @results);
my $LifecycleObj = RT::Lifecycle->new();
$LifecycleObj->Load(Name => $Name, Type => $Type);
+
--: ------- > 17: e3c6ddb688 Add inline documentation to guide lifecycle users
More information about the rt-commit
mailing list