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 )
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 , 17 years ago
Component: | ticket system → webadmin |
---|---|
Description: | modified (diff) |
Resolution: | → worksforme |
Status: | new → closed |
Version: | → 0.10.4 |
Note:
See TracTickets
for help on using tickets.
Cannot reproduce it on the demo site.