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```
Updates
(fixed)
on 03.28.10
by nate
- owner was changed to nate
- status was changed to closed
- resolution was changed to fixed