Ticket Details

Form Helper wrong method attribute

BUG Ticket (closed)

###What happened:

{{{ <?=$this->form->create($record);?> }}}

If ```$record``` exists ```<form>``` tag will contain attribute ```method="PUT"```.


###What was expected:
Method attribute in ```<form>``` should be always ```POST``` or ```GET```

on 03.11.10 reported by: rafalfilipek owned by: nate

Updates

(fixed) on 03.28.10 by nate
  • owner was changed to nate
  • status was changed to closed
  • resolution was changed to fixed
Fixed in [93dd44eac164f3eed1f464519692c46d13e32ca4]. Thanks for the report.