Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #6652 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

collection_select called with :multiple should append [] to the parameter name

Reported by: julik Assigned to: David
Priority: normal Milestone: 1.x
Component: ActionPack Version: edge
Severity: minor Keywords:
Cc: me@julik.nl

Change History

01/10/07 10:39:13 changed by nik.wakelin

Isn't this the same issue as #6252?

01/10/07 11:20:28 changed by bitsweat

Doesn't appear so: #6252 regards an extra empty value for array[] params.

01/10/07 11:37:52 changed by nik.wakelin

Yep, sorry I commented on the wrong ticket :s

Created a patch for this: #6977

01/10/07 11:43:47 changed by bitsweat

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