Edgewall Software

Changes between Initial Version and Version 1 of Ticket #6273


Ignore:
Timestamp:
Oct 30, 2007, 11:24:34 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

This error is triggered by the batchmod plugin. Please contact the maintainer of the plugin.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6273

    • Property Keywords plugin added
    • Property Priority highnormal
    • Property Status newclosed
    • Property Resolutionwontfix
  • Ticket #6273 – Description

    initial v1  
    1 Description;
    2  When I tried batch update to update milestone of bunch of tickets, python script
     1Description[[br]]
     2When I tried batch update to update milestone of bunch of tickets, python script
    33gave stack trace:
    44
    5 Version: 0.10.3
     5How to reproduce:
     6 1. Go to custom query
     7 1. Select bunch of tickets which belong to milestone m1
     8 1. Do batch update of changing them to milestone m2
     9 1. you will get python script trace
    610
    7 How to reproduce:
    8 1) Go to custom query
    9 2) Select bunch of tickets which belong to milestone m1
    10 3) Do batch update of changing them to milestone m2
    11 4) you will get python script trace
    12 
    13 
    14 
    15 
    16 
     11{{{
    1712Traceback (most recent call last):
    1813  File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
     
    2823    return self.values[name]
    2924KeyError: 'pending'
     25}}}