Replies: 1 comment
-
Technically, we can accept both: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During concurrent editing actions on the same subtree of a
Page
, users sometimes experience a corruption of that tree.By running
./manage.py cms fix-tree
this can be fixed, but since we are approaching ~30k pages this operation takes a while and might cause other race conditions while its running.I therefore would like to propose the following change to that management command:
It should accept an optional parameter to restrict the repair mechanism to a given subtree of a page. The question is, if that parameter should be a URL or the Page-ID itself?
Beta Was this translation helpful? Give feedback.
All reactions