Prevents the removal of all user groups from a user (#19995)

* Prevents the removal of all user groups from a user.

* Add additional user group when removing

---------

Co-authored-by: mole <nikolajlauridsen@protonmail.ch>
This commit is contained in:
Andy Butland
2025-08-27 13:38:28 +02:00
committed by GitHub
parent a2b2ecb221
commit cbb1eaec28
4 changed files with 24 additions and 3 deletions

View File

@@ -642,4 +642,4 @@ test.skip('cannot remove all user group from a user', {tag: '@release'}, async (
// Assert
await umbracoUi.user.isErrorNotificationVisible();
});
});