Libki / libki-server

Libki Server
Other
55 stars 28 forks source link

First and Last Name Shows Up Under Wrong Columns in Libki Management System #271

Closed whamadmin closed 4 months ago

whamadmin commented 1 year ago

Describe the bug When you create a user in Libki Management System, the first name appears under the "Last Name" column and last name appears under "First Name" column

To Reproduce

  1. Go to Administration
  2. Click User Tab
  3. on 'Last name' column you see the user's first name
  4. on 'First name' column you see the user's last name

Expected behavior You see the first and last name in the respective columns

Screenshots Libki_Name_Order_Error

Deployment architecture:

Desktop (please complete the following information):

Additional context None

sekjal commented 4 months ago

I am unable to reproduce this reversal in Libki Server 4.9.1. Looks to be resolved

whamadmin commented 4 months ago

I'm sorry, I neglected to also say that I'm using Lidki with Innovative Seirra ILS and not Koha. I believe the issue may be related to that.

sekjal commented 4 months ago

I wonder if your SIP connection has the name parts presented in reverse order. Check out the:

pattern_personal_name_reverse 1

configuration for your SIP... Maybe that would do it.

kylemhall commented 4 months ago

I think @sekjal is correct, the only other relevant setting would be pattern_personal_name with specifies that pattern to split by. It's usually , but it might just be " " if your ILS sends "firstname lastname".