Hello everyone.
Just want to give a heads up that the AjaxHelper::editor function is
broken when using a collection. The helper creates the collection part
like this:

collection:{"1":"Value 1","2":"Value 2", ...}

while it should be this way:

collection: [["1", "Value 1"], ["2", "Value 2"], ...]

For now, I'm writing it by hand (since I don't want to mess with the
cake core as my repository is automagically updated via svn).

Regards,
- LS
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to