Added more tests and bug fixes

This commit is contained in:
Giuseppe
2018-08-07 18:48:16 +02:00
parent d254c491c1
commit ffeee8f1a1
13 changed files with 1444 additions and 340 deletions

View File

@@ -218,7 +218,7 @@ function newOperation(state: JsonPatchOperationsState, action): JsonPatchOperati
* @param state
* the current state
* @param action
* an LoadSubmissionFormAction
* an FlushPatchOperationsAction
* @return SubmissionObjectState
* the new state, with the section new validity status.
*/