mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
added workspace item to fieldparsers
This commit is contained in:
@@ -84,7 +84,7 @@ export class SectionsService {
|
||||
} else if (!isEqual(currentErrors, prevErrors)) { // compare previous error list with the current one
|
||||
const dispatchedErrors = [];
|
||||
|
||||
// Itereate over the current error list
|
||||
// Iterate over the current error list
|
||||
currentErrors.forEach((error: SubmissionSectionError) => {
|
||||
const errorPaths: SectionErrorPath[] = parseSectionErrorPaths(error.path);
|
||||
|
||||
|
Reference in New Issue
Block a user