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

Merge branch 'HIN-1095-private-comments' into 'develop'

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

See merge request !169
parents a00cf5e6 88817373
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