Skip to content

Item: Change columns order on tracking for more readability

Jérome Perrin requested to merge feat/item_columns_order into master

Display like this:

image

Where we can easily read in listbox the history of item movements:

   → A
A  → B
B  → C

instead of

image

A 🠐 
B 🠐 A
C 🠐 B

( as always, this also enable coding style test )

Merge request reports