[Rt-commit] [rtir] 12/33: Fix some references in RTIR_Config to Countermeasures

Shawn Moore shawn at bestpractical.com
Fri May 13 20:21:17 EDT 2016


This is an automated email from the git hooks/post-receive script.

shawn pushed a commit to branch 3.4/countermeasures
in repository rtir.

commit 2b52712f0987fb5c940ae15326d6fcae62cc29b0
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Wed Feb 24 23:56:51 2016 +0000

    Fix some references in RTIR_Config to Countermeasures
---
 etc/RTIR_Config.pm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/RTIR_Config.pm b/etc/RTIR_Config.pm
index 2eae48a..55eda07 100644
--- a/etc/RTIR_Config.pm
+++ b/etc/RTIR_Config.pm
@@ -255,7 +255,7 @@ an Incident on creation in UI or it's optional.
 By default IRs can be linked to many incident and
 it's not required to link them right away.
 Investigations can be linked only to one incident
-and it can be done later. Blocks can not be created
+and it can be done later. Countermeasures can not be created
 without incident, however can be linked to many of
 them.
 
@@ -270,7 +270,7 @@ Set(%RTIR_IncidentChildren,
         Multiple => 0,
         Required => 0,
     },
-    Block => {
+    Countermeasure => {
         Multiple => 1,
         Required => 1,
     },
@@ -595,13 +595,13 @@ Set(%CustomFieldGroupings,
 
 =back
 
-=head1 Blocks
+=head1 Countermeasures
 
 =over 4
 
 =item C<$RTIR_DisableBlocksQueue>
 
-If true then Blocks queue functionality inactive and disabled.
+If true then Countermeasure queue functionality inactive and disabled.
 
 =cut
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list