Give .resolved class only to 85+ status issues

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
prelkein
Posts: 1
Joined: 12 Jun 2020, 16:52

Give .resolved class only to 85+ status issues

Post by prelkein »

I would like to give .resolved css class to issues which are 85 and 90 in

$g_status_enum_string =
'10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,
80:resolved,83:to be tested,85:tested,90:closed';

I have tried to use

$g_bug_resolved_status_threshold = 85;

with no effect whatsoever.
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Give .resolved class only to 85+ status issues

Post by cas »

did you follow all the instructions for adding additional statusses?
See: https://www.mantisbt.org/docs/master/en ... ize.status
Post Reply