When I do a batch modify of a field (Trac 1.2), I often get this error:

Trac detected an internal error:

ValueError: invalid literal for int() with base 10: 'um:'

File
"/usr/lib/python2.7/site-packages/Trac-1.2.1-py2.7.egg/trac/web/main.py",
line 623, in _dispatch_request
File
"/usr/lib/python2.7/site-packages/Trac-1.2.1-py2.7.egg/trac/web/main.py",
line 239, in dispatch
File
"/usr/lib/python2.7/site-packages/Trac-1.2.1-py2.7.egg/trac/ticket/batch.py",
line 73, in process_request
File
"/usr/lib/python2.7/site-packages/Trac-1.2.1-py2.7.egg/trac/ticket/batch.py",
line 193, in _save_ticket_changes

However, if I change each of the fields by hand, there is no problem. The
field is a custom field defined as:

estimatedhours = text
estimatedhours.label = Estimated Number of Hours
estimatedhours.order = 15
estimatedhours.value = 0


Is this perhaps an issue with the Batch Modify code, and not the db?


-- 
Roger Oberholtzer

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to