Do not use full urls when not needed, to prevent issues with SSL mixed content

This commit is contained in:
Jan Böhmer 2022-12-28 23:38:32 +01:00
parent 7e6765b6de
commit bd20c40531
4 changed files with 4 additions and 4 deletions

View file

@ -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="">