Browse Source

Merge pull request #8221 from abpframework/entity-action-message-fix

Update Attribute Message
pull/8225/head
Berkan Sasmaz 5 years ago
committed by GitHub
parent
commit
ddb64d51ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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