Skip to content

Commit 4398c2e

Browse files
authored
Merge pull request #282 from MultiDirectoryLab/feature/MD-1074
MD-1074
2 parents 7cc2c18 + 5dcbdd5 commit 4398c2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

projects/multidirectory-app/src/app/features/ldap-properties/member-of/member-of.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ export class MemberOfComponent implements OnInit {
148148
this.api.setPrimaryGroup(payload).subscribe({
149149
next: () => {
150150
this.toastr.success(translate('member-of.primary-group-updated', { group: groupDn }));
151+
this.primaryGroupName = this.getGroupNameFromDn(groupDn);
152+
this.cdr.markForCheck();
151153
},
152154
error: () => {
153155
this.toastr.error(translate('member-of.primary-group-update-error', { group: groupDn }));

0 commit comments

Comments
 (0)