Open sarrala opened 9 years ago
Would you be able to create a PR for this?
Currently I don't have any Cake projects going on but I could still make a PR for this one. However, I don't have any tests or even plans on how this behavior should be tested and what the possible situations are that we should take into account.
Any feedback would be greatly appreciated and helpful if anyone have already used code snippets found from original post. I'll stress the word ANY, good or bad.
Also do not hold you breath while waiting for updates on this feature, it could be bad for your health.
👍 Found this Code Snippet and it helped a lot.
I wanted to import data from my users table into aros table and here's what I ended up with.
My idea is to generate ARO nodes based on another table, like Users or Roles or whatever. However, this probably requires some reviews and discussion about usefulness and possible problems with different requester designs.
For example, console command
cake acl.aclExtras aro_update Users
would generate something like:Quick mockup that generates ARO nodes using supplied model name as data source:
Class Shell\AclExtrasShell
Class AclExtras