iammukeshm / AspNetCoreHero-Boilerplate

ASP.NET CORE HERO - Boilerplate template for your next project!
MIT License
180 stars 48 forks source link

ProductPermissions.Update and ProductPermissions.Delete #10

Open biomade opened 4 years ago

biomade commented 4 years ago

in the _ViewAllRolls.cshtml code the user claims for ProductPermissions.Update and ProductPermissions.Delete are checked along with MasterPermissions.Update and MasterPermissions.Delete for displaying the action column

I question the use of ProductPermissions in this page.