Tuesday, November 29, 2011

ACL schema problem with baking

I have an app that uses the ACL tables, aro, aro_aco, and aco.   When using cake bake to generate anything it errors out if those tables aren't on a skiplist.  The model skiplist is currently implemented for i18n, so I just added these tables to that to get baking working.   I added the skiplist code to my controller, and that worked as well.  But it didn't work when I added the same code to the view tast code.    It doesn't spit out any errors, it just doesn't create the code.


I'm not sure how to contribute back to cakephp to implement the skip list on the controller and view as well, but I think this would be something good to have on all bake tasks, not just the model.   

--
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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: