@ngx-smz/core 19.3.6 → 19.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30972,6 +30972,7 @@ function buildShowSetUserRoleDialog(user, success) {
|
|
|
30972
30972
|
.setLayout('EXTRA_LARGE', 'col-4')
|
|
30973
30973
|
.setLayout('MEDIUM', 'col-6')
|
|
30974
30974
|
.setLayout('EXTRA_SMALL', 'col-12')
|
|
30975
|
+
.postProcessResponse(data => ({ ...data, roleIds: [data['roleId']] }))
|
|
30975
30976
|
.form()
|
|
30976
30977
|
.group()
|
|
30977
30978
|
.text('id', '', user.id).hide().group
|