Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow blank notes in reviewing Approved/Pending submissions #1626

Merged
merged 2 commits into from
Jun 13, 2019

Conversation

lincmba
Copy link
Contributor

@lincmba lincmba commented Jun 13, 2019

In the previous implementation, the post request either had to include a note string or have the the note completely not included in the payload and therefore, having a blank note i.e "note":"" failed.
Here, empty notes are permitted for APPROVED and PENDING statuses.
More details here
fixes #1623
Signed-off-by: Lincoln Simba [email protected]

…e a note string or have the the note completely not included in the payload.

Having a blank note i.e `"note":""` failed.
Here, empty notes are permitted for APPROVED and PENDING statuses.

Signed-off-by: Lincoln Simba <[email protected]>
@lincmba lincmba requested a review from ivermac June 13, 2019 07:50
Copy link
Contributor

@ivermac ivermac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

…e a note string or have the the note completely not included in the payload.

Having a blank note i.e `"note":""` failed.
Here, empty notes are permitted for APPROVED and PENDING statuses.

Signed-off-by: Lincoln Simba <[email protected]>
@lincmba lincmba merged commit 9a0316c into master Jun 13, 2019
@lincmba lincmba deleted the submission-review-fix branch June 13, 2019 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Submission Review fails when payload is used
3 participants