Fix library sort order get lost#6379
Conversation
fixes JabRef#6091 Co-authored-by: Heriniaina Randrianasolo <hjsrandrianasolo@gmail.com> Co-authored-by: Omar Tachour <omar.tchr@hotmail.com> Co-authored-by: Sadji Micipsa <micipsasadji@gmail.com>
|
Your changes look good to me, but I'm currently trying to understand why this fixes the error. Could you please explain that in a bit more detail? |
|
@hrandrianasolo I tested your changes and they don't seem to make a difference. So could you please explain it |
|
hi @Siedlerchr |
|
Hi @Siedlerchr I inform you that I tried our correction on today's version it also worked !! |
|
Thanks for the explanation. LGTM |
|
We merge to get things moving forward. We will add the |



This PR fixes #6091
Co-authored-by: Heriniaina Randrianasolo hjsrandrianasolo@gmail.com
Co-authored-by: Omar Tachour omar.tchr@hotmail.com
Co-authored-by: Sadji Micipsa micipsasadji@gmail.com
This error is due to the absence of an object equality test for the saveInSpecifiedOrder attribute.
So we have handled this error by correcting the equals function in the SaveOrderConfig class.