This change fixes promotion pages order.
pull/7229/head
Alex 2021-05-22 02:41:38 +07:00 zatwierdzone przez Coen van der Kamp
rodzic 7c6db207a8
commit fd4ed6aaeb
3 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -16,6 +16,7 @@ Changelog
* Fix: The Wagtail admin urls will now respect the `APPEND_SLASH` setting (Tidjani Dia)
* Fix: Prevent “Forgotten password” link from overlapping with field on mobile devices (Helen Chapman)
* Fix: Snippet admin urls are now namespaced to avoid ambiguity with the primary key component of the url (Matt Westcott)
* Fix: Save order of promoted search results (Hardcodd)
2.13.1 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -515,6 +515,7 @@ Contributors
* Andre Fonseca
* Tidjani Dia
* Jan Seifert
* hardcodd
Translators
===========

Wyświetl plik

@ -16,9 +16,8 @@
{% include "wagtailadmin/shared/field.html" with field=form.description only %}
</li>
</ul>
{{ form.id }}
{{ form.ORDER }}
{{ form.DELETE }}
</fieldset>
{{ form.id }}
{{ form.ORDER }}
{{ form.DELETE }}
</li>