Search found 1 match

by huuanh2811
03 Jul 2019, 09:29
Forum: Help
Topic: Give .resolved class only to 85+ status issues
Replies: 0
Views: 5982

Give .resolved class only to 85+ status issues

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.