Ticket #2762: batchmodify.status-resolution.patch

File batchmodify.status-resolution.patch, 0.6 kB (added by anonymous, 9 months ago)

Patch fixes web_ui.py not to ignore status and resolution

  • vendor/batchmodifyplugin/batchmod/web_ui.py

    old new  
    5454        for field in TicketSystem(self.env).get_ticket_fields(): 
    5555            name = field['name'] 
    5656            if name not in ('summary', 'reporter', \ 
    57                         'description', 'status', 
    58                         'resolution'): 
     57                        'description'): 
    5958                if req.args.has_key('bmod_flag_' + name): 
    6059                    if name == 'owner': 
    6160                        values['status'] = 'assigned'