You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in the permission module, the query for permissions retrieves all permission groups and all definitions under each group at once. Is there a way to query only the definitions under the permission group that the user clicks on?
At present, fetching everything at once causes performance issues — and it becomes even slower when combined with multilingual support.
The text was updated successfully, but these errors were encountered:
It is expected to provide an overloaded method for GetAsync that includes a permission group as a parameter, in order to address situations with many permission definitions. This allows the UI layer to perform asynchronous rendering based on the permission group. As shown below:
Currently, in the permission module, the query for permissions retrieves all permission groups and all definitions under each group at once. Is there a way to query only the definitions under the permission group that the user clicks on?
At present, fetching everything at once causes performance issues — and it becomes even slower when combined with multilingual support.
The text was updated successfully, but these errors were encountered: