Skip to content
Snippets Groups Projects
Commit c7b4c1b0 authored by Giuseppe's avatar Giuseppe
Browse files

Fixed issue with json-patch reducer

parent 6da159b7
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ function startTransactionPatchOperations(state: JsonPatchOperationsState, action
&& isNull(state[ action.payload.resourceType ].transactionStartTime)) {
return Object.assign({}, state, {
[action.payload.resourceType]: Object.assign({}, state[ action.payload.resourceType ], {
transactionStartTime: action.payload.startTime,
commitPending: true
})
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment