Skip to content
Snippets Groups Projects
Commit c0fc1646 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Merge branch 'f-file-upload-context-path' into 'dev'

F file upload context path

See merge request !132
parents 55cc3599 c57940ae
No related branches found
No related tags found
2 merge requests!134Release 0.13.3,!132F file upload context path
Pipeline #48721 passed
...@@ -35,7 +35,7 @@ var fileupload = new function() { ...@@ -35,7 +35,7 @@ var fileupload = new function() {
</button> </button>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<form action="/Entity/" class="dropzone dz-clickable" > <form action="${connection.getBasePath()}Entity/" class="dropzone dz-clickable" >
<label>path</label> <label>path</label>
<input id="upload-path" type="text" value="/"/> <input id="upload-path" type="text" value="/"/>
<div class="dz-message"> <div class="dz-message">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment