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

Fixed page listing error: comparison of Fixnum with nil failed #3308

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 15, 2017

  1. Fixed page listing error: comparison of Fixnum with nil failed

    When browsing at http://localhost:3000/refinery/pages
    Pages translated to locales not mentioned in the Refinery::I18n.frontend_locales causes:
    ```
    ArgumentError in Refinery::Admin::Pages#index
    Showing .../refinerycms-pages-3.0.5/app/views/refinery/admin/pages/_page.html.erb where line refinery#28 raised:
    comparison of Fixnum with nil failed
    ```
    This happens if you start translating into a language, but remove the locale from Refinery::I18n.frontend_locales if it is not ready at launch.
    bofrede authored Aug 15, 2017
    Configuration menu
    Copy the full SHA
    79ae307 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    ef7c37e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Configuration menu
    Copy the full SHA
    611dd45 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    a6d0996 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    7176488 View commit details
    Browse the repository at this point in the history