[Trac-tickets] [The Trac Project] #878: Field "resolution" is disabled incorrectly on Advanced Query screen

The Trac Project noreply at edgewall.com
Thu Nov 4 14:06:50 EST 2004


#878: Field "resolution" is disabled incorrectly on Advanced Query screen
---------------------------+------------------------------------------------
       Id:  878            |      Status:  new                     
Component:  report system  |    Modified:  Thu Nov  4 14:06:49 2004
 Severity:  normal         |   Milestone:                          
 Priority:  normal         |     Version:  devel                   
    Owner:  daniel         |    Reporter:  pkou <pkou at ua.fm>    
---------------------------+------------------------------------------------
 Filtering tickets by field ''Resolution'' depends on the statuses that are
 selected by user in field ''Status''.  This is because field
 ''resolution'' is empty when a ticket has status ''new'', ''assigned'', or
 ''reopened''.

 Current implementation enables field ''Resolution'' if no statuses are
 selected or when status ''closed'' is selected.  This is incorrect because
 when user selects ''closed'' and other status like ''new'', the field
 ''Resolution'' is still enabled, and using it leads to empty screens.

 Proposed implementation: Enable field ''Resolution'' if no statuses are
 selected or statuses ''new'', ''assigned'', and ''reopened'' '''are not'''
 selected.

 Patch attached.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/878>
The Trac Project <>


More information about the Trac-Tickets mailing list