https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39350 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Status|Needs Signoff |Failed QA --- Comment #2 from David Nind <david@davidnind.com> --- This works as per the test plan. However: - the language selector is displayed on the ERM and preservation module pages only if the language selected is English. - if you change the language, say to Deutsch, the language selector is no longer shown on the ERM and preservation module pages. Steps to replicate (with the patch applied): 1. Apply the patch. 2. Rebuild things: yarn install 3. Enable the ERM and preservation modules - set these system preferences to "Enable": - ERMModule - PreservationModule 4. Install a language: koha-translate --install de-DE --dev kohadev 5. Restart everything: restart_all 6. Enable the language installed in the StaffInterfaceLanguages system preference. 7. Check that the language selector (English Deutsch) is visible at the bottom of these pages: - Home page - ERM module page - Preservation module page 8. Change the language. 9. Repeat step 7 and note that the language selector is only visible on the home page. -- You are receiving this mail because: You are watching all bug changes.