Ticket #403 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

[PATCH] Fix error introduced by issue #398

Reported by: paul.dl..@gmail.com Assigned to:
Priority: major Milestone: The Future
Component: Plugins Keywords:
Cc:

Description

The patch in issue #398 introduced a bug that would set the method to PUT if the object was completely unset as in using form_tag. The spec did not check to ensure that the hidden field with PUT was not set in this case. The patch fixes the spec and the underlying problem.

Attachments

fix_issue_398.diff (1.2 kB) - added by paul.dl..@gmail.com on 01/05/08 14:54:13.

Change History

01/05/08 14:54:13 changed by paul.dl..@gmail.com

  • attachment fix_issue_398.diff added.

01/05/08 15:10:24 changed by rogelio.samo..@gmail.com

  • status changed from new to closed.
  • resolution set to fixed.

(In [1172]) - Fix error introduced by issue #398 closes #403