lirmm / waves-core

WAVES is a reusable web application dedicated to bioinformatic tool integration

Home Page:https://waves-core.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete buttons redirects to wrong links

bockp opened this issue · comments

The delete buttons on Service, Job, Infrastructure and Api Auths configuration pages are broken.

Here's an example showing the Delete button on a Service, and the link it redirects to:

screenshot from 2019-01-11 14-38-40

Here are the links I get from the different instances of this bug, and the links I expected to get (Which, I've tested, exist and are functional, just not accessible using the Buttons)
(CAPS indicate variable elements of the links)

Actual Expected
http://SITE/admin/wcore/service/ID/change/ http://SITE/admin/wcore/service/ID/delete/
http://SITE/admin/wcore/job/ID/change/ http://SITE/admin/wcore/job/ID/delete/
http://SITE/admin/wcore/runner/ID/change/ http://SITE/admin/wcore/runner/ID/delete/
http://SITE/admin/authentication/wavesapiuser/API_KEY/change/ http://SITE/admin/authentication/wavesapiuser/API_KEY/delete/

This might be linked to #9 but a cursory glance doesn't allow me to see if it fixes these missing links, so I added the Issue just in case