Browse Source

Update WidgetPolicyChecker.cs

pull/1584/head
Yunus Emre Kalkan 7 years ago
parent
commit
ce6993fd43
  1. 2
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Widgets/Volo/Abp/AspNetCore/Mvc/UI/Widgets/WidgetPolicyChecker.cs

2
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Widgets/Volo/Abp/AspNetCore/Mvc/UI/Widgets/WidgetPolicyChecker.cs

@ -40,7 +40,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Widgets
return await CheckAsyncInternal(widget, name);
}
public async Task<bool> CheckAsyncInternal(WidgetDefinition widget, string wantedWidgetName)
private async Task<bool> CheckAsyncInternal(WidgetDefinition widget, string wantedWidgetName)
{
if (widget == null)
{

Loading…
Cancel
Save