Reorder properties in PSET
Hi there!
Quick question: is it possible to reorder the property rows in the custom PSET?
For example, move "Bentonite" under "Cemento"?
Second question: is it possible to update the assigned custom PSET with the new order/new entries without deleting and reassigning it?
The only way is to create a custom script?
Thank you very much :)
Tagged:
Comments
Properties are a set data type, which means that it's unordered. I guess we should at least consistently show them alphabetically. Please feel free to file a bug report.
I have filed a Pull request that I believe can achieve that by sorting the properties when the add_prop_template is called.
Update add_prop_template.py so the properties are sorted #6324
It is very simple (just one line) but has the side effect that when you edit the property it is not reordered. Only when adding it.
See example:
"
Thanks!