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

Remove overriding of AbstractEndpoint::SetId #1017

Closed
wants to merge 1 commit into from
Closed

Remove overriding of AbstractEndpoint::SetId #1017

wants to merge 1 commit into from

Conversation

syrm
Copy link

@syrm syrm commented Apr 14, 2020

Hello,

Since version 7.4 you overrided setId in every Endpoint class, but without urlencode.
Originally AbstractEndpoint::SetId has urlencode.
Without the urlencode, id such as "2314#3343" doesn't work anymore.

This PR remove all setId and keep the one of AbstractEndpoint.

@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@ezimuel ezimuel added the bug label Apr 27, 2020
@ezimuel
Copy link
Contributor

ezimuel commented Apr 27, 2020

@syrm thanks for your report! This is an issue from the code generator util/GenerateEndpoints.php. I need to skip the Id params. I'll open a PR to fix this and re-generate all the endpoints. I'll close this PR in favor a new one. Thanks again for your contribution!

@ezimuel
Copy link
Contributor

ezimuel commented Apr 30, 2020

Closed in favor of #1026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants