We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Taking into account the UUID type PK support. How is it resolved in auth_permission record_id (integer) field?
Sample of docs:
maintenance = db.Preference(name='maintenance').first() auth.add_permission(admins, 'write', 'Preference', maintenance.id) auth.has_permission('write', 'Preference', maintenance.id)
If Preference.id is uuid, this would not work.
Jose
The text was updated successfully, but these errors were encountered:
@josejachuf you right, I didn't take into account permissions.
This sounds a bit complex, I need to spend some time on this in order to find a backward compatible way of supporting this. Ideally will be in 2.5
Sorry, something went wrong.
No branches or pull requests
Taking into account the UUID type PK support. How is it resolved in auth_permission record_id (integer) field?
Sample of docs:
If Preference.id is uuid, this would not work.
Jose
The text was updated successfully, but these errors were encountered: