This PR aims to fix: #17408 Main modification includes adding a new column for dropdown in the object permission rule table (containing options for editing and removal). Removal logic is implemented using existing pattern with hook ```useResetObjectPermission``` (relies on existing hooks ```useUpsertFieldPermissionInDraftRole``` and ```useUpsertObjectPermissionInDraftRole```). Feel free to suggest any necessary changes. Functionality (unrestricted access is allowed when permission removal is applied) is already tested. Demo video: https://drive.google.com/file/d/1M4RYHw-JEhDdJksKkL3MY_VyXAV3aS9I/view?usp=sharing --------- Co-authored-by: Etienne <45695613+etiennejouan@users.noreply.github.com>