Meta properties: Add helper to sort values (Z#23213668) (#5597)

This commit is contained in:
Raphael Michel
2025-11-14 09:49:40 +01:00
committed by GitHub
parent a26b0c5512
commit 74b06435a0
2 changed files with 19 additions and 0 deletions

View File

@@ -91,6 +91,8 @@
<div class="col-sm-12">
<button type="button" class="btn btn-default" data-formset-add>
<i class="fa fa-plus"></i> {% trans "Add a new value" %}</button>
<button type="button" class="btn btn-default" data-formset-sort>
<i class="fa fa-sort-alpha-asc"></i> {% trans "Sort alphabetically" %}</button>
</div>
</div>
</div>