|
Noticed that the user/org's language settings were not being factored in during testing. Updated application controller to use the current user's language or the org's language if available. The locale is only set in the session if the user is logged in now. also fixed to some functional tests.
|
|---|
|
|
| app/controllers/application_controller.rb |
|---|
| test/functional/answers_controller_test.rb |
|---|
| test/functional/application_controller_test.rb |
|---|