[Koha-bugs] [Bug 25657] Import Patron fails without userid - not stated as required field in notes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 13 22:05:56 CEST 2021


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

--- Comment #12 from Elaine Bradtke <eb at efdss.org> ---
I've found the answer as to what is happening.

It has to do with default values.  We ignore this option when uploading patron
records.  However, the password auto-fill in Chrome doesn't.  It filled in my
staff-login information as a default entry.  Then the import failed because
this was duplicated for every record, and already in use.

Since userid is supposed to be unique, I would argue that having this as a
default value is a recipe for failure.  Regardless of the auto-fill problem, if
I were to enter a default value in this field, it wouldn't be unique.

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


More information about the Koha-bugs mailing list