Skip to content
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

re-ordering doesnt work for newly created pages #8

Open
gerrit opened this issue Apr 21, 2010 · 1 comment
Open

re-ordering doesnt work for newly created pages #8

gerrit opened this issue Apr 21, 2010 · 1 comment

Comments

@gerrit
Copy link

gerrit commented Apr 21, 2010

When creating new pages after the extension has been installed, the position of the new page is set to nil. This creates a problem when dragging a second child up in front of the first one
With the initial page tree like this:

parent
  -child 1 (position: nil)
  -child 2 (position: nil)

Dragging child2 above child1 leads to the following, wrong, result (radiant-drag-order revision cb30fad, radiant 0.8.1):

parent
  -child 1 (position: nil)
  -child 2 (position: -1)
@mlanza
Copy link

mlanza commented Sep 7, 2010

I am also having issues with reordering pages. I drag them and drop them at the new location, but after the page refreshes the prescribed order is not in effect.

I am using Radiant 0.8.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants