-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor and fix get_all_dataset_scopes()
This allows passing table-type so sequence permissions can also be assigned later. Fix passing auth-permissions to through/nested tables. The nested table permissions were redefined by looping over the full tables, which didn't receive the field.auth data but exposed dataset auth instead. Also there is no need to define auth on their fields if the full table has auth set.
- Loading branch information
Showing
3 changed files
with
78 additions
and
107 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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