[CST-7694] fixed group edit issue for non permanent group

This commit is contained in:
Nikunj Sharma
2022-11-24 14:17:50 +05:30
parent 89447a6c32
commit e7607da0a2
2 changed files with 39 additions and 2 deletions

View File

@@ -344,8 +344,8 @@ export class GroupFormComponent implements OnInit, OnDestroy {
if (hasValue(this.groupDescription.value)) {
operations = [...operations, {
op: 'replace',
path: '/metadata/dc.description/0/value',
op: 'add',
path: '/metadata/dc.description',
value: this.groupDescription.value
}];
}