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

[17.05] fix plugin access path #4152

Closed
wants to merge 1 commit into from
Closed

Conversation

bgruening
Copy link
Member

@dannon @guerler without this fix the webhook is not working. There are other plugins that needs the same fix, I'm just wondering why this happens now and if there is something more serious broken.

@anuprulez
Copy link
Member

The same change is required for "tool_list" and "trans_object" webhooks as well
For example:

$.getJSON(Galaxy.root + "/api/webhooks/tool_list/get_data", function(data) {

has extra slash before "api". Galaxy.root accounts for it. In "PhdComics", it looks fine

@martenson
Copy link
Member

This happens because #4065 was not properly tested.

Also please note that we do not create feature branches in this repo.

I will create a fix for all the webhooks shortly, thanks for finding this!

@martenson martenson closed this Jun 6, 2017
@martenson martenson deleted the example_fix branch June 6, 2017 18:29
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.

4 participants