Skip to content
Snippets Groups Projects
Commit ab9b49b8 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Fix sorting of items with some null stack_member

 '<' not supported between instances of 'NoneType' and 'int'

Sorting worked if all stack_members were None, but not if some were null
and some int.
Fixed by converting None to Infinity (so None values are at the end of
the list.

JIRA INFRA-1112 #action In Progress
parent c1ff2e22
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment