https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38460 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Failed QA --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- == Test plan == Prerequisites: * Apply patches * Install additional languages, in ktd: sudo koha-translate --install de-DE --dev kohadev * Make sure languages are active in OpacLanguaes and StaffInterfaceLanguages system preferences Configuration: * Edit one of LOC authorised values, you should see links to translate descriptions (for both staff interface and OPAC) Add translations for a language * Search for a bibliographic record and update location to translated location. * Switch to this language, if not already done. Testing: Test the right description/translation shows, when switching between languages in several spots: * Staff Interface * Edit item form: Table on top of the form * OPAC * Detail page / MARC view / items table == Notes from testing == Not working: 1) Breadcrumbs on the translation page are missing parts, only the "last bit" is shown. 2) When looking at the item tables from the test plan, every authorised value that is NULL / "" and not defined explicitly in the AV, now shows "No information available". This should be changed back to show empty cells instead. Working: 1) Fallbacks for existing AV lines: - Only description / translated description = OPAC and staff show the same - description, translated description, OPAC description = OPAC shows OPAC description - OPAC description is also translated = translated OPAC description is used I am not sure how many different ways we have to access and display authorised values, but this seems like a good, even if limited, starting point. -- You are receiving this mail because: You are watching all bug changes.