#10 Make job display bits of execdb more flexible
Opened 7 years ago by tflink. Modified 6 years ago

In the newer versions of execdb, the url that jquery is using to get job information in show_job.html is hardcoded to $.get("/jobs/{{job.uuid}}/steps" ... which works great in a dev setup but when it's deployed to an environment like dev, that url no longer works because execdb isn't the root application (at /execdb/ instead of / so /jobs/ becomes /execdb/jobs).

Make the uri for that request more flexible so that the non-local deployments can work without hot-fixing the templates.


This ticket had assigned some Differential requests:
D1187

Login to comment on this ticket.

Metadata