Skip to content

Resolve CE-1959 "Fix highest version number calculation"

The highest version shown on the types page was not correct because the BE was ordering it by name (which should remain on the type details page). Developed to TEST environment. Difference can be seen between the deployed and PROD environment with the following example (latest revision):

https://ce-template.esss.lu.se/types?query=dln

https://ce-template-test.cslab.esss.lu.se/types?query=dln

Meanwhile the instance-list sorting should remain the same on the type-details page:

https://ce-template.esss.lu.se/types/8

https://ce-template-test.cslab.esss.lu.se/types/8

Merge request reports