Browse Source

update attribute message.

pull/8221/head
Ilkay Ilknur 5 years ago
parent
commit
35962bdcf3
  1. 2
      framework/src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor.cs

2
framework/src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor.cs

@ -24,7 +24,7 @@ namespace Volo.Abp.BlazoriseUI.Components
public EventCallback Clicked { get; set; }
[Parameter]
[Obsolete("Use IsVisible to hide actions based on permissions. Check the permission yourself. It is more performant. This option might be removed in future versions.")]
[Obsolete("Use Visible to hide actions based on permissions. Check the permission yourself. It is more performant. This option might be removed in future versions.")]
public string RequiredPolicy { get; set; }
[Parameter]

Loading…
Cancel
Save