[Rt-commit] rt branch, 4.6/configurable-linked-queue-portlets, updated. rt-4.4.3-64-g230fabf63
Maureen Mirville
maureen at bestpractical.com
Fri Aug 24 14:08:48 EDT 2018
The branch, 4.6/configurable-linked-queue-portlets has been updated
via 230fabf632541d429d9965070347780c7fe37930 (commit)
from bc475a634d182a619ffabde73d25e5d74cc8a5af (commit)
Summary of changes:
etc/RT_Config.pm.in | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
- Log -----------------------------------------------------------------
commit 230fabf632541d429d9965070347780c7fe37930
Author: Maureen E. Mirville <maureen at bestpractical.com>
Date: Fri Aug 24 14:06:59 2018 -0400
Add docs for the new %LinkedQueuePortlets config
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index f6e7273f0..bd195a378 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1681,6 +1681,22 @@ to the Article with that name.
Set($WikiImplicitLinks, 0);
+=item C<%LinkedQueuePortlets>
+
+If %LinkedQueuePortlets is set, new portlets will display on tickets.
+Each portlet lists all the linked tickets grouped by queue, and based
+on the indicated link type. Acceptable link types include, 'Depends on',
+'Depended on by', 'Parents', 'Children', 'Refers to', and 'Referred to by'.
+Additionally, the type, 'All', which lists all linked tickets by queue,
+is accepted.
+
+=cut
+
+Set(%LinkedQueuePortlets, (
+ Queues => [ 'General', 'TestQueue' ],
+ Type => [ 'Children', 'Depends on' ],
+));
+
=item C<$PreviewScripMessages>
Set C<$PreviewScripMessages> to 1 if the scrips preview on the ticket
-----------------------------------------------------------------------
More information about the rt-commit
mailing list