mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
Fixed an issue occurred while removing an item from a qualdrop group
This commit is contained in:
@@ -223,7 +223,7 @@ export class FormSectionComponent extends SectionModelComponent implements OnDes
|
||||
const path = this.formBuilderService.getPath(event.model);
|
||||
if (this.formBuilderService.hasMappedGroupValue(event.model)) {
|
||||
this.previousValue.path = path;
|
||||
this.previousValue.value = this.formOperationsService.getComboboxMap(event);
|
||||
this.previousValue.value = this.formOperationsService.getQualdropValueMap(event);
|
||||
} else if (isNotEmpty(value) && ((typeof value === 'object' && isNotEmpty(value.value)) || (typeof value === 'string'))) {
|
||||
this.previousValue.path = path;
|
||||
this.previousValue.value = value;
|
||||
|
Reference in New Issue
Block a user