Insert some js to allow queries to work from '/' or '/execdb/'.
Details
Details
- Reviewers
tflink jskladan mkrizek - Maniphest Tasks
- T930: Make job display bits of execdb more flexible
Run test suite. Launch instance under different locations off of the FQDN.
Diff Detail
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
Comment Actions
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.
Comment Actions
FWIW, it's pure JS - not jquery. So it'll work in all browsers [0].
[0] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/concat