https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20443 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #25 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Nick Clemens from comment #24)
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
Thanks Nick, good catch! I fixed these two and add more tests to cover them. -- You are receiving this mail because: You are watching all bug changes.