You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One role have many access, supposely user can add and delete access based role. The delete object no work like I want, can someone help me please. Thank you
this one when I add access to role :ADMIN
this one when I delete access for role ADMIN
This one after I get access for role ADMIN
it not delete the access I want,but it delete other access.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
One role have many access, supposely user can add and delete access based role. The delete object no work like I want, can someone help me please. Thank you
this one when I add access to role :ADMIN

this one when I delete access for role ADMIN

This one after I get access for role ADMIN

it not delete the access I want,but it delete other access.
Here I share the code:
Role.java

Role Controller.java

RoleRepository.java

RoleService.java

All reactions