Skip to content

Commit

Permalink
pkp/pkp-lib#4787 consider case when adding new reviewer who is an exi…
Browse files Browse the repository at this point in the history
…sting suggestion
  • Loading branch information
touhidurabir committed Dec 2, 2024
1 parent 4578a49 commit cdf5b58
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schemas/submission.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@
"type": "boolean",
"apiSummary": true,
"description": "The existing user has reviewer role when already there is an existing user association."
},
"reviewerId": {
"type": "integer",
"apiSummary": true,
"description": "The existing user id with reviewer role who as been mapped to this suggestion after the suggestion has made",
"validation": [
"nullable"
]
}
}
}
Expand Down

0 comments on commit cdf5b58

Please sign in to comment.