mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-02 06:24:34 +02:00
Do not use full urls when not needed, to prevent issues with SSL mixed content
This commit is contained in:
parent
7e6765b6de
commit
bd20c40531
4 changed files with 4 additions and 4 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