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

Check/Get entity permission based on entity type (and specific entity name) #1902

Open
sventhiel opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@sventhiel
Copy link
Contributor

sventhiel commented Oct 16, 2024

Currently, there are only checks against specific entity ids. Unfortunately, this is not sufficient anymore. Because of the existence of multiple entities with different names but the same type, the "old" approach is not working anymore. And due to the fact, that entities with same type but different name share the set of ids, multiple and/or wrong assignments/calculations are not possible.

How is it supposed to work?

Based on a given entity type, return the proper set of rights - regardless if multiple entities related to that entity type exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants