Non-elevated admin deleting security_admin group<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ProblemA non-elevated/non-security_admin, admin user is able to remove security_admin groups from users by deleting the record on the sys_user_grmember table. The group cannot be modified without elevating to the security_admin role using the user related list or group related list. Steps to Reproduce1. Log into the system as an admin user2. Go to the sys_user_grmember table3. Search for a group that has "security_admin" role4. Select a record from the list and use the "Delete" list action5. Note that no error occurred due to removing a security_admin role from a userRoot CauseTested on Yokohama Patch3 and not able to identify which PRB was related to thisResolveThe issue is fixed on Yokohama Patch3