Modify ↓
#4134 closed defect (fixed)
[patch] Milestones and versions not editable
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | not applicable |
Component: | admin/web | Version: | 0.10.1 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When a milestone or version is selected for editing the form is not rendered correctly.
See screenshot and patch for fix.
Attachments (2)
Change History (7)
by , 18 years ago
Attachment: | webadmin.patch added |
---|
comment:1 by , 18 years ago
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:3 by , 18 years ago
Owner: | changed from | to
---|---|
Severity: | normal → minor |
Status: | new → assigned |
… and thanks for the patch btw!
comment:5 by , 15 years ago
Milestone: | → not applicable |
---|
Note:
See TracTickets
for help on using tickets.
patch