[Rt-commit] rt branch, 5.0/limit-self-service-page-components-to-sensible-defaults, updated. rt-5.0.0-36-g013fb3adb3
Dianne Skoll
dianne at bestpractical.com
Wed Oct 7 12:28:11 EDT 2020
The branch, 5.0/limit-self-service-page-components-to-sensible-defaults has been updated
via 013fb3adb3ac0074ffed37c03fd3d5780aacf04f (commit)
from 3f0135d888bac5196c4229dd977198384395b78c (commit)
Summary of changes:
etc/RT_Config.pm.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 013fb3adb3ac0074ffed37c03fd3d5780aacf04f
Author: Dianne Skoll <dianne at bestpractical.com>
Date: Wed Oct 7 12:27:19 2020 -0400
The standard QuickCreate widget is not appropriate for the self-service page.
We need a self-service version that picks the queue automatically,
does not let the user set the owner, and automatically sets the
requestor to the logged-in user.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index fba4ea79b1..a1a50a717a 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2970,7 +2970,7 @@ If this is not set at all, then it's equivalent to no allowed components.
Set(
$SelfServicePageComponents,
[
- qw(QuickCreate RefreshHomepage) # loc_qw
+ qw(RefreshHomepage) # loc_qw
]
);
-----------------------------------------------------------------------
More information about the rt-commit
mailing list