Pārlūkot izejas kodu

Fix collection paths for alphabetical ordering

Required for Wagtail 2.11 compatibility, as per https://github.com/wagtail/wagtail/pull/6417
Matt Westcott 4 gadi atpakaļ
vecāks
revīzija
e82c84b6a3
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      bakerydemo/base/fixtures/bakerydemo.json

+ 2 - 2
bakerydemo/base/fixtures/bakerydemo.json

@@ -1221,7 +1221,7 @@
   "model": "wagtailcore.collection",
   "pk": 3,
   "fields": {
-    "path": "00010002",
+    "path": "00010003",
     "depth": 2,
     "numchild": 0,
     "name": "Other"
@@ -1231,7 +1231,7 @@
   "model": "wagtailcore.collection",
   "pk": 4,
   "fields": {
-    "path": "00010003",
+    "path": "00010002",
     "depth": 2,
     "numchild": 0,
     "name": "BreadPage Images"