Base solution for your next web application
Open Closed

CrudAppService w/Permissions #2102


User avatar
0
worthyvii created

Is there a fast and easy way to manager permission for CRUD operations other than:

<app service> [AbpPermissionStuff} public update(updateDto updateinput){ base.updatewhatever }

^ Is this the recommended way to apply the permission?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Have you seen this issue ? <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1567">https://github.com/aspnetboilerplate/as ... ssues/1567</a>

  • User Avatar
    0
    worthyvii created

    Perfect thank you. I totally saw this before and completely forgot about it.