Skip to content
Snippets Groups Projects
Verified Commit 0e76e700 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: fix server-side scripting with context root

parent e5ffc766
No related branches found
No related tags found
2 merge requests!142REL: Release 0.15.0,!140F fix scrpting context root
Pipeline #54067 passed
......@@ -1634,7 +1634,7 @@ var form_elements = new function () {
this.make_scripting_submission_button = function (script, buttonName) {
let button_name = buttonName || "Submit";
const scripting_caller = $(`
<form method="POST" action="/scripting">
<form method="POST" action="${connection.getBasePath()}scripting">
<input type="hidden" name="call" value="${script}"/>
<input type="hidden" name="-p0" value=""/>
<div class="form-group">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment