[Rt-commit] rt 01/04: Use String widget for LogoutURL config
sunnavy
sunnavy at bestpractical.com
Tue Jun 29 17:33:48 EDT 2021
This is an automated email from the git hooks/post-receive script.
sunnavy pushed a commit to branch 5.0/db-config-missing-widgets
in repository rt.
commit 9e63fc240bb426c860cd6254877c9e66c7d4455c
Author: sunnavy <sunnavy at bestpractical.com>
AuthorDate: Tue Jun 29 05:16:34 2021 +0800
Use String widget for LogoutURL config
---
lib/RT/Config.pm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index 9cb596b237..6453c10cca 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -1882,6 +1882,9 @@ our %META;
LogoURL => {
Widget => '/Widgets/Form/String',
},
+ LogoutURL => {
+ Widget => '/Widgets/Form/String',
+ },
OwnerEmail => {
Widget => '/Widgets/Form/String',
},
--
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.
More information about the rt-commit
mailing list