File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/django_smartbase_admin/templates/sb_admin/actions/partials Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-smartbase-admin"
3- version = " 0.2.37 "
3+ version = " 0.2.38 "
44description = " "
55authors = [
" SmartBase <[email protected] >" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 3232 {% for list_selection_action in list_selection_action_group %}
3333 < li >
3434 {{ list_selection_action.items }}
35- < a {% if list_selection_action.open_in_modal %}{% include 'sb_admin/actions/partials/open_modal_attrs.html' with action=list_selection_action %} hx-vals ="js:{params: window.SBAdminTable['{{ view_id }}'].getAllUrlParams()} "
35+ < a {% if list_selection_action.open_in_modal %}{% include 'sb_admin/actions/partials/open_modal_attrs.html' with action=list_selection_action %} hx-vals ="js:{params: window.SBAdminTable['{{ view_id }}'].getAllUrlParams()} "
3636 {% else %}onclick ="window.location.href='{{ list_selection_action.url }}' + window.SBAdminTable['{{ view_id }}'].getUrlParamsString() "{% endif %}
3737 class ="dropdown-menu-link {{ list_selection_action.css_class|default_if_none:'' }} "> {{ list_selection_action.title }}</ a >
3838 </ li >
4949 {% endif %}
5050 {% endfor %}
5151 </ div >
52- </ div >
52+ </ div >
You can’t perform that action at this time.
0 commit comments