[Rt-commit] rt branch, add-display-total-time-worked-option, created. rt-4.4.4-6-gfee2f0627
Blaine Motsinger
blaine at bestpractical.com
Wed Mar 13 19:59:17 EDT 2019
The branch, add-display-total-time-worked-option has been created
at fee2f062763fe797a58317f34f1d9b20f9457ec1 (commit)
- Log -----------------------------------------------------------------
commit fee2f062763fe797a58317f34f1d9b20f9457ec1
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Wed Mar 13 18:57:01 2019 -0500
Added DisplayTotalTimeWorked to RT_Config.pm
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 54e5949e7..8f52ab5c0 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1514,6 +1514,22 @@ Set($SearchResultsAutoRedirect, 0);
=over 4
+=item C<$DisplayTotalTimeWorked>
+
+If set to 1, this option will display a sum of Total Time Worked within
+the Ticket metadata Basics sub-pane of the Tickets Display view.
+
+Total Time Worked is a dynamic value containing a sum of Time Worked for
+the parent and all child tickets. This value is generated when displaying
+the ticket and automatically updates when a child ticket is added or removed.
+
+Total Time Worked is also available as a column for reports generated with
+the Query Builder.
+
+=cut
+
+Set($DisplayTotalTimeWorked, 0);
+
=item C<$ShowMoreAboutPrivilegedUsers>
This determines if the 'More about requestor' box on
-----------------------------------------------------------------------
More information about the rt-commit
mailing list