mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-17 18:14:22 +00:00
Fix for #4503 Module Custom Permissions not being shown
This commit is contained in:
parent
3054d33e62
commit
a037d9167e
@ -111,7 +111,7 @@
|
|||||||
[Parameter]
|
[Parameter]
|
||||||
public List<Permission> PermissionList { get; set; }
|
public List<Permission> PermissionList { get; set; }
|
||||||
|
|
||||||
protected override async Task OnInitializedAsync()
|
protected override async Task OnParametersSetAsync()
|
||||||
{
|
{
|
||||||
if (!string.IsNullOrEmpty(Permissions))
|
if (!string.IsNullOrEmpty(Permissions))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user