Remove severity entries

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
tria1312
Posts: 1
Joined: 21 Jan 2008, 13:08

Remove severity entries

Post by tria1312 »

Hi all,

I just want to remove field from the severity enumeration. But every stuff I tried did not work.

Here is my actual configuration:
$s_severity_enum_string = '10:Aenderungswunsch,60:C-Fehler,70:B-Fehler,80:A-Fehler';

This is my configuration in
  • config_inc.php
    lang/string_english.txt
    string_german.txt
    string_german_eintrag.txt
    string_german_8859-1.txt
But in the drop down field there you can see the following entries:
Aenderungswunsch
@20@
@30@
@40@
@50@
C-Fehler
B-Fehler
A-Fehler

Mantis-Version 1.1.0rc1


THX for helping out.
tria1312
Kirill
Posts: 638
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: Remove severity entries

Post by Kirill »

read this. May be it halp you.
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Remove severity entries

Post by vboctor »

You are removing the localized labels from the enum, but not the enum values themselves. What you need to do is to remove the values from the $g_severity_enum_string, this will automatically exclude them and hence you won't need to change $s_severity_enum_string in every language file.
Migrate your MantisBT to the MantisHub Cloud
Post Reply