You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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
The text was updated successfully, but these errors were encountered: