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
Nothing happens at all when clicking the 'Delete' button. Tried action on Firefox and Edge browsers.
A POST request is sent, https://*****/api/settings/set Body: key=licensecheck.project-license-set
Response: {"errors":[{"msg":"Either \u0027value\u0027, \u0027values\u0027 or \u0027fieldValues\u0027 must be provided"}]}
XHRPOSThttps://*****/api/settings/set [HTTP/1.1 400 158ms]
Uncaught (in promise) Response { type: "basic", url: "https://*****/api/settings/set", redirected: false, status: 400, ok: false, statusText: "", headers: Headers(7), body: ReadableStream, bodyUsed: false }
The text was updated successfully, but these errors were encountered:
I see this only happens if there is only one project license left - this last one cannot be deleted because SonarQube does not accept the empty value.
Sorry, something went wrong.
No branches or pull requests
Nothing happens at all when clicking the 'Delete' button.
Tried action on Firefox and Edge browsers.
A POST request is sent, https://*****/api/settings/set
Body:
key=licensecheck.project-license-set
Response:
{"errors":[{"msg":"Either \u0027value\u0027, \u0027values\u0027 or \u0027fieldValues\u0027 must be provided"}]}
XHRPOSThttps://*****/api/settings/set
[HTTP/1.1 400 158ms]
Uncaught (in promise)
Response { type: "basic", url: "https://*****/api/settings/set", redirected: false, status: 400, ok: false, statusText: "", headers: Headers(7), body: ReadableStream, bodyUsed: false }
The text was updated successfully, but these errors were encountered: