Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5539 closed defect (worksforme)

deleting components

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: admin/web Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

is deleting components on the demo disabled .. if not i guess there is a problem. if you have disabled it, i suggest you dont since deleting it is an important admin feature and might be tested by many other users

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4429-py2.4.egg/webadmin/web_ui.py", line 109, in process_request
    path_info)
  File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4429-py2.4.egg/webadmin/ticket.py", line 77, in process_admin_request
    comp.delete(db=db)
  File "/usr/lib/python2.4/site-packages/trac/ticket/model.py", line 472, in delete
    assert self.exists, 'Cannot deleting non-existent component'
AssertionError: Cannot deleting non-existent component

Attachments (0)

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Component: ticket systemwebadmin
Description: modified (diff)
Resolution: worksforme
Status: newclosed
Version: 0.10.4

Cannot reproduce it on the demo site.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.