diff --git a/CHANGELOG.md b/CHANGELOG.md index f19601be..b11c80fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [7.7.0](https://github.com/dldevinc/paper-admin/tree/v7.7.0) - 2024-05-25 + +### Features + +- Migrate from the `multi.js` plugin for ` + {% for group_name, group_choices, group_index in widget.optgroups %} + {% if group_name %} + + {% endif %} + + {% for option in group_choices %} + {% with widget=option %} + {% include option.template_name %} + {% endwith %} + {% endfor %} + + {% if group_name %} + + {% endif %} + {% endfor %} + + diff --git a/paper_admin/templates/django/forms/widgets/select_multiple.html b/paper_admin/templates/django/forms/widgets/filtered_select_multiple.html similarity index 86% rename from paper_admin/templates/django/forms/widgets/select_multiple.html rename to paper_admin/templates/django/forms/widgets/filtered_select_multiple.html index a762de42..8ecae602 100644 --- a/paper_admin/templates/django/forms/widgets/select_multiple.html +++ b/paper_admin/templates/django/forms/widgets/filtered_select_multiple.html @@ -1,4 +1,4 @@ -
+