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
Version - 5.2.0
Render Mode - Static
Interactivity - Server
Database - SQL Server
Describe the bug
I have a module with custom permissions. In both Host and Admin the first time they are display but when viewing again (or a third time) only the default permissions are displayed. On further investigation it appears that any other module with custom permissions are not displayed.
Expected Behavior
Permissions should be displayed.
Steps To Reproduce
Create a module with custom permissions and view enter "manage settings" from action menu.
Anything else?
The text was updated successfully, but these errors were encountered:
It appears that the OnInitializedAsync is not called when the error occurs. Changing the event to OnParametersSetAsync seems to fix the intermittent loading of permissions. I will raise a PR for review.
Oqtane Info
Version - 5.2.0
Render Mode - Static
Interactivity - Server
Database - SQL Server
Describe the bug
I have a module with custom permissions. In both Host and Admin the first time they are display but when viewing again (or a third time) only the default permissions are displayed. On further investigation it appears that any other module with custom permissions are not displayed.
Expected Behavior
Permissions should be displayed.
Steps To Reproduce
Create a module with custom permissions and view enter "manage settings" from action menu.
Anything else?
The text was updated successfully, but these errors were encountered: