Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interval variable not sorted by duration #105

Closed
neufeldtech opened this issue Apr 6, 2021 · 1 comment
Closed

Interval variable not sorted by duration #105

neufeldtech opened this issue Apr 6, 2021 · 1 comment

Comments

@neufeldtech
Copy link
Contributor

Interval variables are currently not sorted by their duration, which leads to an inconsistent and unexpected user-experience.

Expected Behaviour:
Interval variables should be sorted by their duration value, i.e. 10s, 10m, 10h
image

Actual Behaviour:
Interval variables are sorted by a regular string sort (pure alphanumeric), i.e. 10h, 10m, 10s
image

@neufeldtech
Copy link
Contributor Author

Fixed in #109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant