-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not move a page to a folder #1690
Comments
we're actually reworking the whole parent/move field, so we'll definitely look at this issue during this process. Thanks. |
I ran into this issue too. Just thought I'd mention the issue only happens if the drop down selection is outside of the "window" that pops up. If you scroll such that the selection falls within the white box, you can select, hit continue and the page will actually move. I'm pretty sure the logic to exit the move page shadow box is incorrectly getting called when a selection from the dropdown is made. Hope it helps! |
Is this still a live issue? I'm currently have issues moving modules using the current latest version (1.10.17), getting forbidden errors using either the move icon at the top or changing parent. |
I know matias was going to look at this. He's on vacation this week though and will be back next week. |
Thanks for the update, I think the issue lies actually with the flex-objects plugin, or maybe admins usage of flexobjects, if I disable 'Directories Pages (Admin) ' in flex objects and go back to old style Pages I can then move pages/modules without issue, so at least I have a work around in the meantime. |
thanks for that info. |
i had the same issue with Grav v1.7.42.3, Admin v1.10.42. @adrianw your workaround worked for me, thanks |
I have the same problem with Grav v1.7.46 - Admin v1.10.46 and @adrianw's workaround still works. |
I had a few more cycles so quickly looked at the dev console to see if I could gleam any more information. It appears that on line 8726 that
When you take a look at When I set a breakpoint at line 8855
It seems to disappear between the Actually upon closer inspection, it IS there, but the behaviour is bizarre. Can anyone explain this?
(Context: I JSON.stringify-ed when I was on the So if we can figure out WHY it seems to be the right structure but also not the right structure (e.g. there's a hidden Okay, I also tried attaching the object again to another property
|
While editing a page, the
Move
button allows me to select a folder as target, but the page isn't moved there.I can move a page into the folder using it's
Advanced
=>Parent
select box though.The text was updated successfully, but these errors were encountered: