[Koha-bugs] [Bug 20443] Move C4::Members::Attributes to Koha namespace

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 19 20:41:37 CET 2020


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #24 from Nick Clemens <nick at bywatersolutions.com> ---
Dies on importing wrong attribute
 To recreate:
   Create an import file like:
surname,firstname,categorycode,branchcode,patron_attributes,cardnumber
Acosta,Edna,T,FFL,"NOT_EXIST:1",23529001000463
   Attempt to import
   Kaboom

"Replace only included patron attributes" deletes all
   To test:
      Define attributes TEST1, TEST2, TEST3
      Assign values to these for a patron, Edna for example
      Import a file like:
surname,firstname,categorycode,branchcode,patron_attributes,cardnumber
Acosta,Edna,T,FFL,"TEST1:1",23529001000463
      All attributes deleted

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


More information about the Koha-bugs mailing list