Thomas von Deyen

Results 112 comments of Thomas von Deyen

https://github.com/spree-contrib/spree_i18n/pull/588 Please review and provide Feedback

+1 for renaming state into status

@alepore could you please rebase

Do you have `SolidusI18n ::Config.available_locales` configured to include `sk`? https://github.com/solidusio-contrib/solidus_i18n/blob/master/lib/solidus_i18n/controller_locale_helper.rb#L19

Ok, thanks. I guess the problem is that the login controller (`Spree::UserSessionsController`) does not inherit from `Spree::BaseController` where we include the `SolidusI18n::ControllerLocaleHelper`. We should also `include SolidusI18n::ControllerLocaleHelper` in `Spree::UserSessionsController`. I...

Yes, there are much more controllers that need to be patched. They should inherit from `Spree::BaseController`. Will open an issue on that repo as well.

No. 1/2: - https://github.com/solidusio/solidus/pull/727