[Bug] chang value type of a item attribute in category definition will cause that attribute jump to the end of attribute list.

Justus

Member
This behavior will mess up your meaning attribute order quickly during your development.
The expected behavior is: if I change a type of existing attribute, its order is as same as before, and each item definition also keep the order.
1677400549946.png
1677400656980.png
 
The way changing tha attribute type works is by deleting the previous attribute and adding a new one with the same name but new type.
Unfortunatly we don't have a way to keep the order right now.
I will add this issue to my notes but it will be low priority as the order of the attributes does not affect anthing at runtime.
 
Top