mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
[CST-7694] fixed group edit issue for non permanent group
This commit is contained in:
@@ -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
|
||||
}];
|
||||
}
|
||||
|
Reference in New Issue
Block a user