Closed bernhardreiter closed 6 years ago
Currently (e4f203fb5a01bcf05f8c01bec53abc3ee31de1e6) the order how some attributes is undefined as they are iterated over the keys of an object like
<div v-for="(value, key) in otherAttributes"> <strong>{{ key }}</strong>: {{ value }} </div>
For a better user experience the order should be the same for all objects.
Technical ideas:
The display part was already addressed with ea72870c383010891e7b84c8f335119adbeda087 (in 2017-03).
Currently (e4f203fb5a01bcf05f8c01bec53abc3ee31de1e6) the order how some attributes is undefined as they are iterated over the keys of an object like
For a better user experience the order should be the same for all objects.
Technical ideas: