-
Notifications
You must be signed in to change notification settings - Fork 348
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
RBAC: Move getRolesByFilter to Generator #8442
RBAC: Move getRolesByFilter to Generator #8442
Conversation
c574c5d
to
2528ec6
Compare
@kergomard I provided a PR against your PR-branch where I document the "Array Shape" of the return type. This could be useful for consumers, as long as we don't have DTOs or other structures/types which provide more type information for the attributes of the list entries. The syntax is supported not only by |
…type RBAC: Document "Array Shape" for "Role List Entry"
Jour Fixe, 25 NOV 2024: PR accepted for all maintained versions. |
* RBAC: Move getRolesByFilter to Generator See: https://mantis.ilias.de/view.php?id=42223 * RBAC: Document "Array Shape" for "Role List Entry" --------- Co-authored-by: mjansen <[email protected]>
* RBAC: Move getRolesByFilter to Generator See: https://mantis.ilias.de/view.php?id=42223 * RBAC: Document "Array Shape" for "Role List Entry" --------- Co-authored-by: mjansen <[email protected]>
* RBAC: Move getRolesByFilter to Generator See: https://mantis.ilias.de/view.php?id=42223 * RBAC: Document "Array Shape" for "Role List Entry" --------- Co-authored-by: mjansen <[email protected]>
Thank you very much! Merged and picked to ILIAS 9, ILIAS 10, and trunk. |
* RBAC: Move getRolesByFilter to Generator See: https://mantis.ilias.de/view.php?id=42223 * RBAC: Document "Array Shape" for "Role List Entry" --------- Co-authored-by: mjansen <[email protected]>
This implements the suggestion by @mjansenDatabay in https://mantis.ilias.de/view.php?id=42223 . As this could be seen as changing the public interface of AccessControl, I ask the JF for approval.