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

Fix sorting of rules with and without family (closes #1037) #1038

Conversation

jasperges
Copy link
Contributor

Rules are grouped by family. When sorting rules that have a family and rules that have no family (None) an exception is raised, because a strings and None can't be sorted. This fixes this by converting None families to an empty string for sorting.

@jasperges jasperges changed the title Fix sorting of rules with and without family #1037 Fix sorting of rules with and without family (closes #1037) Mar 11, 2021
@nerdvegas nerdvegas merged commit 9164850 into AcademySoftwareFoundation:master Mar 30, 2021
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 this pull request may close these issues.

None yet

2 participants