We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
afected version: 1.11-dev not afected: 1.9.x; 1.10.0
If json include "assignees": [ "" ], responce is 422:
"assignees": [ "" ],
422
{ "message": "Assignee does not exist: [name: user does not exist [uid: 0, name: , keyid: 0]]", "url": "https://gitea.com/api/swagger" }
What sould happen: ignore assignees
The text was updated successfully, but these errors were encountered:
fix go-gitea#8872
3139ccf
Fix API Bug (fail on empty assignees) (#8873)
31416a5
* keep sure if assigneeIDs == nil -> do nothing * fix #8872 * Revert "keep sure if assigneeIDs == nil -> do nothing" -> go handle it itself preaty well This reverts commit e72d941. * clarity comparson Co-Authored-By: guillep2k <[email protected]> * simplify * Update models/issue_assignees.go Co-Authored-By: guillep2k <[email protected]> * Update issue_assignees.go * simplify more * add --if oneAssignee != ""-- again * Update models/issue_assignees.go Co-Authored-By: guillep2k <[email protected]> * CI.restart() * Update issue_assignees.go * add Test for GetUserIDsByNames * add Test for MakeIDsFromAPIAssigneesToAdd * fix test
Successfully merging a pull request may close this issue.
afected version: 1.11-dev
not afected: 1.9.x; 1.10.0
If json include
"assignees": [ "" ],
responce is422
:What sould happen: ignore assignees
The text was updated successfully, but these errors were encountered: