Hi all, I am building a download manager for my site. Now I am
building the edit function for the downloads. I have used the console
cake bake controller to create it, but it seems that each time I press
save it adds a new association.

Example:

"Post" as been added with "TagA" and "TagC". I edit it and in the

multiple select I deselect the "TagC" and select the "TagB". I'd

expect now to have only "TagA" and "TagB", but if I press save it

shows: "TagA,TagC,TagA,TagB".

Code:

https://github.com/ilmattodel93/IMattiDel93-s-Site/blob/master/app/Controller/EpisodeReleasesController.php

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to