https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40650

--- Comment #10 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 202048
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202048&action=edit
Bug 40650: Add patron_attribute:CODE support to identity provider field
mappings

Extends _find_patron_by_matchpoint and _update_patron_from_mapped_data in
Koha::Auth::Client base class to support the patron_attribute:CODE matchpoint
and mapping syntax:

- _find_patron_by_matchpoint: when the matchpoint starts with
  patron_attribute:, searches borrower_attributes by code and value
  rather than core borrower fields
- _update_patron_from_mapped_data: separates patron_attribute: keys from
  core borrower fields, applying the former via Koha::Patron::Attribute
  create/replace and the latter via the standard set()/store() path

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to