[Koha-bugs] [Bug 8919] ExtendedPatronAttributes not populated from LDAP

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 15 15:03:29 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8919

--- Comment #1 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Created attachment 12814
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12814&action=edit
Bug 8919 - ExtendedPatronAttributes not populated from LDAP

Current code is overly complex and assumes that
C4::Members::AttributeTypes::GetAttributeTypes
returns array of attribute codes which is not true.

Instead it return array of hashes so none of extended attributes
will be replicated from LDAP.

This code correctly extracts extended attributes from borrower data
provides simplier code which fills same structure.

Test scenario:

1. define Patron attribute types in administration
2. define mapping from LDAP fields to attributes in koha-conf.xml
3. login as new user with LDAP fields and verify that extended
   attributes are replicated from LDAP

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list