Unable to administer roles to users after clicking on the related link "Remove from the role contained by admin" in the plugin "Security Incident Response"Issue A user with admin privileges is unable to assign or remove roles for other users once the related link "Remove from the role contained by admin" is clicked on in the plugin Security Incident Response. ReleaseAllCauseThis is expected behavior. The role "admin" includes "sn_si.admin". When "sn_si.admin" is removed from "admin", that inheritance breaks. As a result, admin users lose SIR-specific privileges and can no longer assign roles like admin within the SIR scope, even though they still hold the admin role. The ability to assign roles like admin is controlled by the role itself, but also requires write access to system tables and possibly scope-specific permissions.Resolution Re-add the "sn_si.admin" role to the user with admin role OR Use a user who already has the "sn_si.admin" role to manage role assignments.OR As a user that has "sn_si.admin" role, return to the Security Incident Response plugin and click on the Related List "Grant scope administration to all admins". Then any other admin will be able to assign roles.