-
Notifications
You must be signed in to change notification settings - Fork 203
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
Fixes #2474 - Properly send along the submit_type to the server. #2477
Conversation
@@ -90,7 +90,7 @@ class IssueForm(FlaskForm): | |||
[Optional(), | |||
FileAllowed(Upload.ALLOWED_FORMATS, image_message)]) | |||
details = HiddenField() | |||
submit_type = HiddenField(default="submitanon") |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
@@ -267,7 +267,7 @@ function BugForm() { | |||
}; | |||
|
|||
this.storeClickedButton = function(event) { | |||
this.clickedButton = event.target.value; |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
In fact it's probably a couple of things here.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @miketaylr
Wonderful! This is working again. 🎉 time.
Tested Anonymous bug reporting.
And github login. Both are working. Images are working too.
r+ @miketaylr
Thanks for finding this bug @karlcow.
This underscores a critical weakness: we need functional tests for bug creation (ideally that don't create real bugs so we don't get labelled as spammers).
r? @karlcow
Note: tags v11.0.0 and v11.0.1 aren't safe to deploy, but we'll cut v11.0.2 and deploy that once this is merged.