[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.4-118-g1241691

Thomas Sibley trs at bestpractical.com
Thu Dec 8 16:30:44 EST 2011


The branch, 4.0-trunk has been updated
       via  1241691ed4c3681e38422f14f7df89ca04937670 (commit)
      from  b822fe352ab56c6166657c98773abd2b85991f3d (commit)

Summary of changes:
 etc/RT_Config.pm.in |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 1241691ed4c3681e38422f14f7df89ca04937670
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Dec 8 16:27:21 2011 -0500

    Document the HideResolveActionsWithDependencies option added in eb04675

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 1cf4f73..1e35dde 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1375,6 +1375,19 @@ detailed breakdown by scrip.
 
 Set($SimplifiedRecipients, 0);
 
+=item C<$HideResolveActionsWithDependencies>
+
+If set to 1, this option will skip ticket menu actions which can't be
+completed successfully because of outstanding active Depends On tickets.
+
+By default, all ticket actions are displayed in the menu even if some of
+them can't be successful until all Depends On links are resolved or
+transitioned to another inactive status.
+
+=cut
+
+Set($HideResolveActionsWithDependencies, 0);
+
 =back
 
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list