mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
Changes in order to keep server side validation errors into the submission form state
This commit is contained in:
@@ -300,7 +300,6 @@ export class SectionFormOperationsService {
|
||||
|
||||
const path = this.getFieldPathFromEvent(event);
|
||||
const value = this.getFieldValueFromChangeEvent(event);
|
||||
console.log(value);
|
||||
if (this.formBuilder.isQualdropGroup(event.model as DynamicFormControlModel)) {
|
||||
this.dispatchOperationsFromMap(this.getQualdropValueMap(event), pathCombiner, event, previousValue);
|
||||
} else if (event.context && event.context instanceof DynamicFormArrayGroupModel) {
|
||||
|
Reference in New Issue
Block a user