Edgewall Software

Ticket #5602: roadmap_assigned.patch

File roadmap_assigned.patch, 336 bytes (added by tony@…, 5 years ago)

Patch to resolve #5602

Line 
1132c132
2<                           {'status': ['new', 'assigned', 'reopened']},
3---
4>                           {'status': ['new', 'accepted', 'assigned', 'reopened']},
5256c256
6<             elif status == 'assigned' or status == 'reopened':
7---
8>             elif status == 'accepted' or status == 'assigned' or status == 'reopened':