[Rt-commit] rt branch, 4.2/new-default-options, updated. rt-4.0.6-448-g6cc219c
Thomas Sibley
trs at bestpractical.com
Tue Dec 18 16:19:36 EST 2012
The branch, 4.2/new-default-options has been updated
via 6cc219c1321dc55e0e91c92b4851037e87dfbc36 (commit)
from c9b8542e85df0365b284c94b2616b9362731fe24 (commit)
Summary of changes:
etc/RT_Config.pm.in | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 6cc219c1321dc55e0e91c92b4851037e87dfbc36
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Dec 18 13:18:51 2012 -0800
Enable $ForceApprovalsView by default
Viewing approvals through the normal UI was never intended.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index f394060..c05bc60 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1708,8 +1708,9 @@ Set($ApprovalRejectionNotes, 1);
=item C<$ForceApprovalsView>
Should approval tickets only be viewed and modified through the standard
-approval interface? Changing this setting to 1 will redirect any attempt to
-use the normal ticket display and modify page for approval tickets.
+approval interface? With this setting enabled (by default), any attempt to use
+the normal ticket display and modify page for approval tickets will be
+redirected.
For example, with this option set to 1 and an approval ticket #123:
@@ -1719,11 +1720,13 @@ is redirected to
/Approval/Display.html?id=123
+With this option set to 0, the redirect won't happen.
+
=back
=cut
-Set($ForceApprovalsView, 0);
+Set($ForceApprovalsView, 1);
=head1 Extra security
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list