[Rt-commit] [rtir] 05/14: Fix the lifecycle names in the new helpers

Jesse Vincent jesse at bestpractical.com
Wed Feb 18 20:55:04 EST 2015


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

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit 72278380a5695d43f3a2bf686028b7a49d0ed69c
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Wed Feb 18 15:45:40 2015 -0800

    Fix the lifecycle names in the new helpers
---
 lib/RT/IR.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 86e9612..8aa4e6c 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -81,9 +81,9 @@ my %FRIENDLY_LIFECYCLE = (
 
 );
 
-sub lifecycle_report {'incident_report'}
-sub lifecycle_incident {'incident'}
-sub lifecycle_investigation {'investigation'}
+sub lifecycle_report {'incident_reports'}
+sub lifecycle_incident {'incidents'}
+sub lifecycle_investigation {'investigations'}
 sub lifecycle_countermeasure {'blocks'}
 
 

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


More information about the rt-commit mailing list