Update template to work regardless of what base url execdb has.
AcceptedPublic

Authored by roshi on Apr 19 2017, 8:42 PM.

Details

Summary
Insert some js to allow queries to work from '/' or '/execdb/'.
Test Plan
Run test suite.
Launch instance under different locations off of the FQDN.

Diff Detail

Repository
rEXECDB execdb
Branch
T930-Fix-URL-path (branched from develop)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 1126
Build 1126: arc lint + arc unit
roshi created this revision.Apr 19 2017, 8:42 PM

Why do it this way instead of using something like url_for?

roshi added a comment.Apr 20 2017, 1:34 PM

I saw this issue as a js issue, and I fixed it as such. It could be done with a url_for(). But this way it's one line in a template which has minimal chance of impacting anything else and is easy to revert.

jskladan accepted this revision.Jun 20 2017, 11:31 AM

this is fine

This revision is now accepted and ready to land.Jun 20 2017, 11:31 AM
mkrizek resigned from this revision.Thu, Jul 13, 9:04 AM