From 7fc13032aeb84d436fd5f9e3125707ef0fd8e178 Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Mon, 18 Mar 2024 14:51:00 +0100 Subject: [PATCH] Fix the ordering bug in cms --- server/core/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/urls.py b/server/core/urls.py index 291c3da9..c062f80b 100644 --- a/server/core/urls.py +++ b/server/core/urls.py @@ -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