-
Notifications
You must be signed in to change notification settings - Fork 32
Support aliases in ARO table #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: stable
Are you sure you want to change the base?
Conversation
Added option in bootstrap to define fields to use from ARO Model as an alias field in the ARO table.
|
Thanks for the pull request. Could you describe a use case for this? Thank you. |
|
I guess it's just in case you want to debug on a database level. The ARO alias field has been included in a lot of tutorials and I have found it useful. I added it as an option so it shouldn't affect anyone not using this particular field. |
Use plugin's bootstrap file to merge plugin config with local app config.
Add new cacheConfig configuration variable so you can choose a custom length to cache for.
…stream-pull Conflicts: Config/bootstrap.php
Update README.md
The front end paginator is only requesting one group at a time so we only need to get the Aco and Permission records. This should speed things up quite a bit if the acos table is very large.
Cache actually won't work anymore because we're only getting one Aro and set of permissions at a time. It's actually faster this way than reading from a giant cache file.
Added option in bootstrap to define fields to use from ARO Model as an
alias field in the ARO table.