-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Short description of the issue
This is a weird one, and was raised by PCuser in the forums: https://processwire.com/talk/topic/19769-page-url-changes-when-page-is-saved/
This is the page tree (clean PW installation, no modules or hooks):

Note that there is only a single child page "Untitled 1" under its parent.
When that page is edited, on every save the page name changes - in this case alternating between "untitled-1" and "untitled-1-2". PCuser reported a different change where the suffix number was incrementing upwards after each save.
Also, if I manually set the page name to "untitled-2" I get a message about the name being changed because that name was already taken, but that is incorrect because there are no sibling pages that the name could clash with. This is on PW 3.0.108 so probably related to this issue: #648
Setup/Environment
- ProcessWire version: 3.0.108
