[Rt-commit] [rtir] 02/33: Rename lifecycle from "blocks" to "countermeasures"
Shawn Moore
shawn at bestpractical.com
Fri May 13 20:20:49 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 43b776beeb250db0251bfbb6d17a7e462e030b87
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Feb 24 22:54:31 2016 +0000
Rename lifecycle from "blocks" to "countermeasures"
Fixes: I#15657
---
lib/RT/IR.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index c03f5cf..816df2d 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -69,7 +69,7 @@ RT::IR::Config::Init();
sub lifecycle_report {'incident_reports'}
sub lifecycle_incident {'incidents'}
sub lifecycle_investigation {'investigations'}
-sub lifecycle_countermeasure {'blocks'}
+sub lifecycle_countermeasure {'countermeasures'}
my @LIFECYCLES = (RT::IR->lifecycle_incident, RT::IR->lifecycle_report, RT::IR->lifecycle_investigation, RT::IR->lifecycle_countermeasure);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list