Skip to content
Snippets Groups Projects
Commit 88817373 authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

fix(submitRevision): private comments are not overriden when author writes his revision

parent 7f82b580
No related branches found
No related tags found
3 merge requests!176Sprint 24,!171Sprint 24,!169fix(submitRevision): private comments are not overriden when author writes his revision
......@@ -5,7 +5,7 @@ import { autosaveRequest } from 'pubsweet-component-wizard/src/redux/autosave'
import { submitRevision } from 'pubsweet-component-wizard/src/redux/conversion'
const parseRevision = (values, fragment) => ({
...fragment,
...omit(fragment, 'recommendations'),
revision: {
...values,
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment