We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc3b4c commit 8c3aad9Copy full SHA for 8c3aad9
1 file changed
src/Web/Grand.Web.Common/Filters/AuthorizeStoreAttribute.cs
@@ -52,7 +52,7 @@ public async Task OnAuthorizationAsync(AuthorizationFilterContext context)
52
.Where(f => f.Scope == FilterScope.Action)
53
.Select(f => f.Filter).OfType<AuthorizeStoreAttribute>().FirstOrDefault();
54
55
- //ignore filter (the action is available even if the current customer isn't a vendor)
+ //ignore filter
56
if (actionFilter?.IgnoreFilter ?? ignoreFilter)
57
return;
58
0 commit comments