Entity describer shows wrong order in yaml format
Opened this issue · 3 comments
steff-petro commented
I have noticed the entity describer shows the properties in the wrong order on users, groups, website and possibly other type of entities. I assume this is just a simple change in the way the data is displayed
steff-petro commented
Once I have some spare time I can look into fixing this
drodil commented
I think the describer just returns whatever catalog api returns.
steff-petro commented
@drodil Yeah that is what I assumed, thought I might change it to be the same format as the actual entity files. Because it is a bit confusing to see it in the wrong order.
Once I have time I can make a pr for it if you agree that this is a valid improvement