Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 14 years ago

#4134 closed defect (fixed)

[patch] Milestones and versions not editable

Reported by: steffenp@… 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)

webadmin.patch (1.5 KB ) - added by steffenp@… 17 years ago.
patch
webadmin.2.patch (1.5 KB ) - added by steffenp@… 17 years ago.
updated patch

Download all attachments as: .zip

Change History (7)

by steffenp@…, 17 years ago

Attachment: webadmin.patch added

patch

by steffenp@…, 17 years ago

Attachment: webadmin.2.patch added

updated patch

comment:1 by steffenp@…, 17 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:2 by Christian Boos, 17 years ago

Well yes, that's currently broken due to the SpamFilter (see #4087).

comment:3 by Christian Boos, 17 years ago

Owner: changed from Christopher Lenz to Christian Boos
Severity: normalminor
Status: newassigned

… and thanks for the patch btw!

comment:4 by Christian Boos, 17 years ago

Resolution: fixed
Status: assignedclosed

Patch applied in r4240.

comment:5 by Christian Boos, 14 years ago

Milestone: not applicable

Modify Ticket

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