| Summary: | Hiding primary contact method hides lang with PatronSelfModificationBorrowerUnwantedField | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
| Component: | OPAC | Assignee: | Fridolin Somers <fridolin.somers> |
| Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 34438 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 41942: Fix lang hidding in opac patron modification
Bug 41942: Fix lang hidding in opac patron modification |
||
|
Description
Fridolin Somers
2026-02-26 09:42:05 UTC
Created attachment 193976 [details] [review] Bug 41942: Fix lang hidding in opac patron modification Bug 34438 added lang in opac registration/modification form. But it is linked to primary contact method hidden or not. Looks like this is not on purpose. This patch removes this link. Test plan: 1) Verify system preference 'PatronSelfModificationBorrowerUnwantedField' is empty 2) Go to OPAC user account > Personal details 3) You see 'Preferred language for notices' 4) In system preference 'PatronSelfModificationBorrowerUnwantedField' check 'primary_contact_method' 5) Go to OPAC user account > Personal details => Without patch lang is also hidden => With patch lang is not hidden Created attachment 193982 [details] [review] Bug 41942: Fix lang hidding in opac patron modification Bug 34438 added lang in opac registration/modification form. But it is linked to primary contact method hidden or not. Looks like this is not on purpose. This patch removes this link. Test plan: 1) Verify system preference 'PatronSelfModificationBorrowerUnwantedField' is empty 2) Go to OPAC user account > Personal details 3) You see 'Preferred language for notices' 4) In system preference 'PatronSelfModificationBorrowerUnwantedField' check 'primary_contact_method' 5) Go to OPAC user account > Personal details => Without patch lang is also hidden => With patch lang is not hidden Signed-off-by: Owen Leonard <oleonard@myacpl.org> |