Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 anonymous, 15 years ago

if milestone has ticket in it, you are allowed to delete it and get this error message above.

comment:2 by Emmanuel Blot, 15 years ago

Resolution: invalid
Status: newclosed

PluginIssue (Agilo)

comment:3 by Christian Boos, 15 years ago

Cc: andrea.tomasini@… added

(hoping notifications are working…)

in reply to:  3 comment:4 by andrea Tomasini <andrea.tomasini@…>, 15 years ago

Replying to cboos:

(hoping notifications are working…)

They are :-) moved here: https://dev.agile42.com/ticket/872

Thanks Christian

comment:5 by meza, 15 years ago

fix in current head of agilo

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.