Search found 1 match

by Phani
04 Apr 2015, 21:41
Forum: Customizations
Topic: Unofficial way to customize Severity & Priority
Replies: 9
Views: 28207

Re: Unofficial way to customize Severity & Priority

I face same situation here but finally got solution for this.

made two changes for add more option for Priority in Mantis issue.

before look like this
$s_priority_enum_string = '10:none,20:low,30:normal,40:high,50:urgent,60:immediate'; in Mantis\lang\strings_english.txt
$g_priority_enum_string ...