Release v2.5.3

This commit is contained in:
2026-08-03 20:04:43 +01:00
parent 9d5029eff6
commit a5e8ecb21f
8 changed files with 106 additions and 11 deletions
@@ -52,6 +52,7 @@ function buildUsersEditViewModel(user, message, currentUser, roles) {
footerCancelUrl: '/users',
footerDeleteUrl: '/users/' + user.id + '/delete',
footerDeleteDisabled: Boolean(user && user.inUse),
footerDeleteConfirmMessage: 'Delete this user?',
footerDeleteTitle: user && user.inUse ? 'Delete is disabled while this user is the only account left.' : '',
footerShowDelete: true,
message: message,