kicad-jlcpcb-tools icon indicating copy to clipboard operation
kicad-jlcpcb-tools copied to clipboard

Fix inconsistency between column ordering in the GUI and the database reference.

Open gyohng opened this issue 10 months ago • 0 comments

This patch addresses an issue where the column ordering in the GUI did not match the order used in database queries. This led to improper sorting functionality within the application in the part selection dialogue. The inconsistency was observed when a header was clicked to sort by a specific field, where the list would be sorted using a wrong field.

The position of the "Stock" field in the ordering array was adjusted to precede the Manufacturer, Description, and Price fields in the way it is in the GUI.

gyohng avatar Apr 21 '24 13:04 gyohng