Duke-GCB / bespin-ui

An ember.js application frontend for bespin-api
MIT License
2 stars 2 forks source link

version being sorted alphabetically #148

Closed johnbradley closed 5 years ago

johnbradley commented 5 years ago

WorkflowVersion.version field is now a semver string so we need to fix sorting: https://github.com/Duke-GCB/bespin-ui/blob/b9fe6e42d697b2dcec52d220cf7d14b79303b5f8/app/components/workflows/workflow-detail.js#L6-L12

See https://github.com/Duke-GCB/bespin-api/pull/207