Modify ↓
Ticket #4134 (closed defect: fixed)
Opened 5 years ago
Last modified 22 months ago
[patch] Milestones and versions not editable
| Reported by: | steffenp@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | admin/web | Version: | 0.10.1 |
| Severity: | minor | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
When a milestone or version is selected for editing the form is not rendered correctly.
See screenshot and patch for fix.
Attachments
Change History
Changed 5 years ago by steffenp@…
- Attachment webadmin.patch added
comment:1 Changed 5 years ago by steffenp@…
I have not been able to attach the screen shot. When I submit the attachment (11 kb png file) I get the following error:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 379, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 230, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/trac/attachment.py", line 361, in process_request
self._do_save(req, attachment)
File "/usr/lib/python2.4/site-packages/trac/attachment.py", line 474, in _do_save
for field, message in manipulator.validate_attachment(req, attachment):
File "build/bdist.linux-x86_64/egg/tracspamfilter/adapters.py", line 130, in validate_attachment
File "build/bdist.linux-x86_64/egg/tracspamfilter/api.py", line 131, in test
File "build/bdist.linux-x86_64/egg/tracspamfilter/model.py", line 119, in insert
File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 47, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 47, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
ProgrammingError: current transaction is aborted, commands ignored until end of transaction block
comment:2 Changed 5 years ago by cboos
Well yes, that's currently broken due to the SpamFilter (see #4087).
comment:3 Changed 5 years ago by cboos
- Owner changed from cmlenz to cboos
- Severity changed from normal to minor
- Status changed from new to assigned
... and thanks for the patch btw!
comment:4 Changed 5 years ago by cboos
- Resolution set to fixed
- Status changed from assigned to closed
Patch applied in r4240.
comment:5 Changed 22 months ago by cboos
- Milestone set to not applicable
Note: See
TracTickets for help on using
tickets.



patch