forked from mirror/Part-DB.Part-DB-server
Do not use full urls when not needed, to prevent issues with SSL mixed content
This commit is contained in:
parent
25494c9ddf
commit
15677937a2
5 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
data-delete-message="{% trans %}part_list.action.delete-message{% endtrans %}">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token('table_action') }}">
|
||||
|
||||
<input type="hidden" name="redirect_back" value="{{ app.request.uri }}">
|
||||
<input type="hidden" name="redirect_back" value="{{ app.request.requestUri }}">
|
||||
|
||||
<input type="hidden" name="ids" {{ stimulus_target('elements/datatables/parts', 'selectIDs') }} value="">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue