notoriousturtle
notoriousturtle
@rchavik Ah, I wasn't testing access using `check`. I was testing access by refreshing the browser (ctrl+shift+r, force refresh, do not use cached data in Chrome). I don't think this...
@rchavik sorry, where do I check this setting? Thanks.
This is whats in my `AppController`. ``` public $components = [ 'Acl' => [ 'className' => 'Acl.Acl' ] ]; ``` I'm not sure if its worth mentioning, but I have...
``` /vendor/cakephp/acl/config/bootstrap.php: 15: if (!Configure::read('Acl.classname')) { 16: Configure::write('Acl.classname', 'DbAcl'); ``` This what you want? That is the default config, I haven't changed anything out of the box.
No, I'd like to be able to select a bunch of rows in the table, then right click, and copy the selected to clipboard (to paste into Microsoft Word for...