drodil / backstage-plugin-toolbox

Most commonly used developer tools within Backstage
MIT License
47 stars 25 forks source link

Entity describer shows wrong order in yaml format #44

Open steff-petro opened 1 year ago

steff-petro commented 1 year ago

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 1 year ago

Once I have some spare time I can look into fixing this

drodil commented 1 year ago

I think the describer just returns whatever catalog api returns.

steff-petro commented 1 year ago

@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