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

[2011-06-06] Page moved in draft affect menu order in live #1404

Closed
silverstripe-issues opened this issue Apr 3, 2013 · 1 comment
Closed

Comments

@silverstripe-issues
Copy link

created by: nzmkey
created at: 2011-06-06
original ticket: http://open.silverstripe.org/ticket/6655


Summary:
An existing level 1 page that has been moved in draft will change the order of the item in the live menu if another level is published to live.

Test case:
-Create 3 pages in level 1 (PageA, PageB, PageC) and publish to Live
-You should see live menu with 3 items in the follow order: PageA, PageB, PageC
-Move PageC as a child of PageB and Save (Do Not Publish)
-You should see draft menu with 2 items: PageA, PageB
-You should see live menu with 3 items: PageA, PageB, PageC
-Publish PageA with no changes

Expected results:
-You should see draft menu with 2 items: PageA, PageB
-You should see live menu with 3 items: PageA, PageB, PageC

Actual Results:
-You should see draft menu with 2 items: PageA, PageB
-You should see live menu with 3 items: PageC, PageA, PageB

I have replicated this in open.silverstripe.org on 7 June 2011

@simonwelsh simonwelsh added the 3.1 label Mar 14, 2014
@robbyahn
Copy link

tried to reproduce this on v3.2. It seems fixed this?

@wilr wilr closed this as completed Nov 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants