Fix the ordering bug in cms
This commit is contained in:
parent
07afdbe5f5
commit
7fc13032ae
|
|
@ -18,7 +18,7 @@ urlpatterns = [
|
|||
re_path(r"^statistics/", include("statistics.urls", namespace="statistics")),
|
||||
# wagtail
|
||||
re_path(r"^cms/autocomplete/", include(autocomplete_admin_urls)),
|
||||
# re_path(r"^cms/pages/(\d+)/$", override_wagtailadmin_explore_default_ordering),
|
||||
re_path(r"^cms/pages/(\d+)/$", override_wagtailadmin_explore_default_ordering),
|
||||
re_path(r"^cms/", include(wagtailadmin_urls)),
|
||||
re_path(r"^documents/", include(wagtaildocs_urls)),
|
||||
# graphql backend
|
||||
|
|
|
|||
Loading…
Reference in New Issue