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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 16 22:22:40 CEST 2012


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

Dobrica Pavlinusic <dpavlin at rot13.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12848|0                           |1
        is obsolete|                            |

--- Comment #3 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Created attachment 12868
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12868&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 simpler code which fills same structure.

It also skips empty values (" ") which are result of mapping without
any default value. This is needed to make unique extended patron values
work. If not handled it would insert empty value for first user and
fail for all others on uniqueness constraint.

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