You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Grav v1.7.0-rc.6 - Admin v1.10.0-rc.6. and have 2 distinct issues with Admin- pages, although they may be connected as they relate to folder numbering.
All the following are done from the Admin panel
FYI. When adding a new page folder number prefix is disabled (not a problem)
If adding a new page with a primary folder (i.e. with parent root) it makes prefix 01. for every added page, so multiple folders with prefix 01. are created.
Add new page to a sub folder and it works correctly allocating next available prefix to the folder.
Saving an existing page in a sub folder causes the folder prefix to change to last in the sequence.
e.g 3 folders 01.xxx 02.yyy and 03.zzz, -
Edit 02.yyy - save - it is renamed 04.yyy
This does not occur in primary folders
The text was updated successfully, but these errors were encountered:
I am seeing the same issue. I have a series of sub pages to a main page with folder number sorting. If I make an edit to one of the pages, the one I edit becomes 01.xxx and I wind up with two pages prefixed with "01." I thought perhaps a permissions issue so I ran my fix permissions shell script and this issue persisted.
Using Grav v1.7.0-rc.6 - Admin v1.10.0-rc.6. and have 2 distinct issues with Admin- pages, although they may be connected as they relate to folder numbering.
All the following are done from the Admin panel
FYI. When adding a new page folder number prefix is disabled (not a problem)
If adding a new page with a primary folder (i.e. with parent root) it makes prefix 01. for every added page, so multiple folders with prefix 01. are created.
Add new page to a sub folder and it works correctly allocating next available prefix to the folder.
Saving an existing page in a sub folder causes the folder prefix to change to last in the sequence.
e.g 3 folders 01.xxx 02.yyy and 03.zzz, -
Edit 02.yyy - save - it is renamed 04.yyy
This does not occur in primary folders
The text was updated successfully, but these errors were encountered: