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.
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>