-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Gogs webhook form missing ContentType field #9504
Comments
after a bit more investigation, it looks like the field is hidden, so you can edit the page with the inspector to work around this for the time being
|
Thanks @russell. By setting |
Any one could you send a PR? |
zeripath
pushed a commit
that referenced
this issue
Feb 28, 2020
Fixed by #10456 |
zeripath
pushed a commit
to zeripath/gitea
that referenced
this issue
May 17, 2020
go-gitea#10456) The content_type value was defaulting to the string value of the ContentType, not the integer value as expected by the backend.
zeripath
added a commit
that referenced
this issue
May 17, 2020
… (#11461) The content_type value was defaulting to the string value of the ContentType, not the integer value as expected by the backend. Co-authored-by: Jeff Stein <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[x]
):Description
There seems to be a field for content type missing from the page, when i submit the form to add a Gogs webhook, then i get a validation error, if i look in the gitea webhook add page there is an extra field.
Screenshots
The text was updated successfully, but these errors were encountered: