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, the "Actions" column (which includes options like creating, editing, and deleting) is visible to all users in the management interface, regardless of their permissions. If a user does not have the necessary permissions for any of these actions, the column should not be displayed to avoid confusion and maintain a clean UI.
This occurs in all three Blazor templates. (Blazor server, blazor web assembly, blazor web app)
Expected Behavior:
The "Actions" column should only be visible to users who have at least one of the permissions edit, delete or etc).
The text was updated successfully, but these errors were encountered:
Currently, the "Actions" column (which includes options like creating, editing, and deleting) is visible to all users in the management interface, regardless of their permissions. If a user does not have the necessary permissions for any of these actions, the column should not be displayed to avoid confusion and maintain a clean UI.
This occurs in all three Blazor templates. (Blazor server, blazor web assembly, blazor web app)
Expected Behavior:
The "Actions" column should only be visible to users who have at least one of the permissions edit, delete or etc).
The text was updated successfully, but these errors were encountered: