I followed the tutorial in the cookbook <a href="http:// manual.cakephp.org/view/641/Simple-Acl-controlled-Application">10.3 Simple Acl controlled Application</a>. In <a href="http:// manual.cakephp.org/view/645/Acts-As-a-Requester">part 10.3.4</a> there is a notice that says "One thing I noticed when making this tutorial, is that if you modify a User's group it does not modify their Aro. You have to do that separately it seems."
The problem seams to be that the afterSave method in /cake/libs/models/ behaviors/acl.php only save() when a new record i s updated. You could find my solution to the problem <a href="http:// bin.cakephp.org/view/646693981">here</a>. Could someone more experienced baker take a look at it and see if it's a good solution? Is it worth placing a ticket in Trac? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
