imixs / imixs-workflow

The open source technology for business process management
http://www.imixs.org/
GNU General Public License v3.0
358 stars 64 forks source link

ModelManager findAllVersionsByGroup returns versions in wrong order #876

Closed rsoika closed 4 weeks ago

rsoika commented 2 months ago

The method findAllVersionsByGroup of class org.imixs.workflow.ModelManager should return the versions in reverse oder so the highest version number is the first in the result list. But this is currently not the case!

Need to be fixed