1
0

Changes in order to keep server side validation errors into the submission form state

This commit is contained in:
Giuseppe Digilio
2021-05-14 19:23:03 +02:00
parent 0724692d40
commit 44d2310cdb
20 changed files with 265 additions and 131 deletions

View File

@@ -18,9 +18,14 @@ export interface SectionDataObject {
data: WorkspaceitemSectionDataType;
/**
* The list of the section errors
* The list of the section's errors to show
*/
errors: SubmissionSectionError[];
errorsToShow: SubmissionSectionError[];
/**
* The list of the section's errors detected by the server
*/
serverValidationErrors: SubmissionSectionError[];
/**
* The section header