When redirecting from workout overview(modal) to person list filter view dont refresh page on modal close
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
{% if is_edit|default(false, true) == false %}
|
||||
<span class="cursor-pointer" hx-get="{{ url_for('goto_tag') }}"
|
||||
hx-vals='{"filter": "?exercise_id={{ exercise_id }}", "person_id" : "{{ person_id }}" }'
|
||||
hx-target="#container" hx-push-url="true" _='on click trigger closeModal'>{{ exercise_name }}</span>
|
||||
hx-target="#container" hx-push-url="true" _='on click trigger closeModalWithoutRefresh'>{{ exercise_name
|
||||
}}</span>
|
||||
{% else %}
|
||||
<div class="w-full">
|
||||
<select id="topset-exercise-select-{{ topset_id }}" data-te-select-init data-te-select-filter="true"
|
||||
|
||||
Reference in New Issue
Block a user