Modify ↓
#8614 closed defect (invalid)
AttributeError: 'Ticket' object has no attribute 'is_writeable_field'
Reported by: | admin | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/web | Version: | 0.11.4 |
Severity: | normal | Keywords: | |
Cc: | andrea.tomasini@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a POST operation on /admin/ticket/milestones
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'7833ad9e3c32e11c0e947bc2', 'cat_id': u'ticket', 'panel_id': u'milestones', 'path_info': None, 'remove': u'Remove selected items', 'sel': u'milestone3'}
User Agent was: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
System Information
Trac | 0.11.4
|
Python | 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
|
setuptools | 0.6c9
|
SQLite | 3.3.4
|
pysqlite | 2.3.2
|
Genshi | 0.5.1
|
Agilo | 1.0.1-pro
|
Subversion | 1.5.6 (r36142)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "C:\Documents and Settings\taz.TAZWIN\Desktop\Agilo_installer\trac_svn\lib\site-packages\trac-0.11.4-py2.5.egg\trac\web\main.py", line 435, in _dispatch_request File "C:\Documents and Settings\taz.TAZWIN\Desktop\Agilo_installer\trac_svn\lib\site-packages\trac-0.11.4-py2.5.egg\trac\web\main.py", line 205, in dispatch File "C:\Documents and Settings\taz.TAZWIN\Desktop\Agilo_installer\trac_svn\lib\site-packages\trac-0.11.4-py2.5.egg\trac\admin\web_ui.py", line 113, in process_request File "C:\Documents and Settings\taz.TAZWIN\Desktop\Agilo_installer\trac_svn\lib\site-packages\trac-0.11.4-py2.5.egg\trac\ticket\admin.py", line 43, in render_admin_panel File "C:\Documents and Settings\taz.TAZWIN\Desktop\Agilo_installer\trac_svn\lib\site-packages\trac-0.11.4-py2.5.egg\trac\ticket\admin.py", line 196, in _render_admin_panel File "C:\Documents and Settings\taz.TAZWIN\Desktop\Agilo_installer\trac_svn\lib\site-packages\trac-0.11.4-py2.5.egg\trac\ticket\model.py", line 674, in delete File "C:\Documents and Settings\taz.TAZWIN\Desktop\Agilo_installer\trac_svn\lib\site-packages\trac-0.11.4-py2.5.egg\trac\ticket\model.py", line 295, in save_changes File "z:\my documents\agilo installer\agilo\lib\site-packages\binary_agilo-1.0.1_PRO-py2.5.egg\agilo\charts\chart_cache_invalidator.py", line 54, in ticket_changed AttributeError: 'Ticket' object has no attribute 'is_writeable_field'
Attachments (0)
Change History (5)
comment:1 by , 15 years ago
comment:4 by , 15 years ago
Replying to cboos:
(hoping notifications are working…)
They are :-) moved here: https://dev.agile42.com/ticket/872
Thanks Christian
Note:
See TracTickets
for help on using tickets.
if milestone has ticket in it, you are allowed to delete it and get this error message above.