Skip to content
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

Permissions registry #81

Open
thibaudcolas opened this issue Jul 3, 2024 · 2 comments
Open

Permissions registry #81

thibaudcolas opened this issue Jul 3, 2024 · 2 comments

Comments

@thibaudcolas
Copy link
Member

See RFC 92: Permissions registry.

A new permissions registry that maps a model class to a permission configuration. Everywhere a permission check is performed in Wagtail, the registry will be consulted to determine the configuration to use for the model or model instance in question. The registry will make it easier for developers to access the permission configuration of a model from anywhere in the code. It will also allow developers to define custom permission logic for both custom models and Wagtail's built-in models, to be used in place of the default.

@lb-
Copy link
Member

lb- commented Mar 3, 2025

@thibaudcolas should this get the future milestone? It's the only roadmap item without a milestone.

@thibaudcolas
Copy link
Member Author

@lb- yes, thank you, this should be in "Future"

@thibaudcolas thibaudcolas added this to the Future milestone Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Future
Development

No branches or pull requests

2 participants