Edgewall Software

Ticket #4134 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

[patch] Milestones and versions not editable

Reported by: steffenp@… Owned by: cboos
Priority: normal Milestone:
Component: admin/web Version: 0.10.1
Severity: minor Keywords:
Cc:

Description

When a milestone or version is selected for editing the form is not rendered correctly.

See screenshot and patch for fix.

Attachments

webadmin.patch (1.5 kB) - added by steffenp@… 22 months ago.
patch
webadmin.2.patch (1.5 kB) - added by steffenp@… 22 months ago.
updated patch

Change History

Changed 22 months ago by steffenp@…

patch

Changed 22 months ago by steffenp@…

updated patch

Changed 22 months 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

Changed 22 months ago by cboos

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

Changed 22 months ago by cboos

  • owner changed from cmlenz to cboos
  • status changed from new to assigned
  • severity changed from normal to minor

... and thanks for the patch btw!

Changed 22 months ago by cboos

  • status changed from assigned to closed
  • resolution set to fixed

Patch applied in r4240.

Add/Change #4134 ([patch] Milestones and versions not editable)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.