-
Notifications
You must be signed in to change notification settings - Fork 251
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
Blog posts and categories translations #453
Comments
Solved! |
@sanychcz How do you solved it ? |
To make it work, I simply redefined to_param method in Post and Category models and add custom find method in blog/admin/posts_controller_decorator. Now everything seems to work fine. // post_decorator.rb // posts_controller_decorator.rb // category_decorator.rb |
Any update on this? I have the same issue. This happens when switching between languages on a blog post. refinerycms (3.0.1) |
+1 Need a fix for this as well. |
@cwise Would you like to provide a fix? |
I don't quite have the bandwidth and might be looking at a slightly different issue as this seems related to admin. What I am seeing is a |
refinerycms (3.0.0)
refinerycms-blog (3.0.0)
globalize (5.0.1)
friendly_id (5.1.0)
Hi guys. Have a project with 2 locales(:en, :cs ).
Using refinery blog.
Creating a post in two locales - no problems.
When trying to edit - errors.
Details:
Click on edit post --> I'm on default locale (:en) --> click on switch_locale --> now I'm on (:cs) --> when I'm trying to switch back to (:en) got error ActiveRecord::RecordNotFound
Same situation with categories translations.
Does anyone meet same problems?
The text was updated successfully, but these errors were encountered: