[Rt-commit] rt branch, 5.0/show-edit-system-config-option, repushed
Jim Brandt
jbrandt at bestpractical.com
Tue Apr 28 11:07:25 EDT 2020
The branch 5.0/show-edit-system-config-option was deleted and repushed:
was 1c0b242a48f47a6c1d454aadfc33f2a90e36d314
now 8bcc0421b1f6d0703990d0d243353ab2939be43c
-: ------- > 1: eb82aebe01 Core JSON initialdata format handler
1: e141f286c3 ! 2: 8b5281b219 Add ShowEditSystemConfig option to disable EditConfig page
@@ -11,9 +11,11 @@
+=item C<$ShowEditSystemConfig>
+
-+RT allows superusers to edit RT system configurations via web UI.
++Starting in RT 5.0, SuperUsers can edit RT system configuration via the web UI.
++Options set in the web UI take precedence over those set in configuration files.
+
-+Set C<$ShowEditSystemConfig> to 0 if you want to disable this feature.
++If you prefer to set configuration only via files, set C<$ShowEditSystemConfig>
++to 0 to disable the web UI editing interface.
+
+=cut
+
2: 1c0b242a48 ! 3: ac47a7c33a Test ShowEditSystemConfig option
@@ -29,3 +29,4 @@
$m->follow_link_ok( { text => 'System Configuration' }, 'followed link to "System Configuration"' );
$m->follow_link_ok( { text => 'History' }, 'followed link to History page' );
$m->follow_link_ok( { text => 'Edit' }, 'followed link to Edit page' );
+
-: ------- > 4: 8bcc0421b1 Note web UI configuration in upgrading doc
More information about the rt-commit
mailing list