Support aliases in ARO table#14
Open
houseoftech wants to merge 26 commits intoFMCorz:stablefrom
Open
Conversation
Added option in bootstrap to define fields to use from ARO Model as an alias field in the ARO table.
Owner
|
Thanks for the pull request. Could you describe a use case for this? Thank you. |
Author
|
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added option in bootstrap to define fields to use from ARO Model as an
alias field in the ARO table.