Laravel-Backpack / PermissionManager

Admin interface for managing users, roles, permissions, using Backpack CRUD
http://backpackforlaravel.com
Other
516 stars 166 forks source link

How to change Roles permission to another CrudController #309

Closed ainnamran20 closed 2 years ago

ainnamran20 commented 2 years ago

image

I would like to change the Roles Permission in another CrudController into which is i want to put it in the DepartmentCrudController. It is below the Kepala Department and as i highlighted in red color. Is there any possible way to do it ?

image

I really appreciate your help and thank you in advance

welcome[bot] commented 2 years ago

Hello there! Thanks for opening your first issue on this repo!

Just a heads-up: Here at Backpack we use Github Issues only for tracking bugs. Talk about new features is also acceptable. This helps a lot in keeping our focus on improving Backpack. If you issue is not a bug/feature, please help us out by closing the issue yourself and posting in the appropriate medium (see below). If you're not sure where it fits, it's ok, a community member will probably reply to help you with that.

Backpack communication mediums:

Please keep in mind Backpack offers no official / paid support. Whatever help you receive here, on Gitter, Slack or Stackoverflow is thanks to our awesome awesome community members, who give up some of their time to help their peers. If you want to join our community, just start pitching in. We take pride in being a welcoming bunch.

Thank you!

-- Justin Case The Backpack Robot

tabacitu commented 2 years ago

Hi @ainnamran20 ,

This package is just an interface for spatie/laravel-permission - we don't plan on adding extra features. Since we don't plan on adding Departments, and this is not a bug, I'm going to close the issue.

But I'll try to help you with direction. Sounds to me like you want to

I believe that's about it, but it's not exactly easy. Hope it helps.

Cheers!