-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Unable to immediately click edit after re-ordering page when changing hierarchy level #1985
Comments
Hey @mattruggio, Can you try latest stable version (2.0.8)? I'm pretty sure we fixed similar issue. |
My gemfile include was: gem 'refinerycms', '~> 2.0.0' which was yielding the latest 2.0.8. I did try to change this to use the 2-0-stable branch using this include: gem 'refinerycms', :git => "https://github.com/refinery/refinerycms.git", :branch => "2-0-stable" After bundle updating, the 2-0-stable branch still threw the exception. Is this something that currently works and does not throw an error on your end? |
I can reproduce so this is a valid issue. |
We're seeing this issue as well. Is there a known work around already? Refinery 2.0.8 |
The reason why this happens is because pages are written with their parent pages in the URL. When we move the page, it doesn't rewrite the URL, so it tries to find the new page and can't. |
I believe this may be fixed in 2.0.9 once Rails 3.2.9 comes out |
I am still able to reproduce this with 2.0.9 on Ruby 1.9.3-p327. |
Yes, it is still a valid issue. |
Drat |
Hey guys, love Refinery and want to help make it better by reporting/helping fix bugs. Here is an issue I am running across when using 2.0.0 and Ruby 1.9.3:
Reproduce by:
6 Click edit for child page (do not refresh - it will work on a refresh/fresh get)
Thoughts?
The text was updated successfully, but these errors were encountered: