Actions
Bug #8543
closedSorting by compliance is broken in the list of nodes
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We are sorting by [success], but we should actually sort by [success+N/A+repaired], else we can have bar with more green in the middle of bars with less green, which is strange.
Updated by François ARMAND over 8 years ago
- Related to Bug #7653: Sorting is broken in tables after sorting by compliance added
Updated by Jonathan CLARKE over 8 years ago
- Translation missing: en.field_tag_list set to Quick and important
Updated by Vincent MEMBRÉ over 8 years ago
From code point of view this should be ok.
François, Are you talking about all compliance tables ? or just some specific ones ?
Node and rules List use their own compliance sort in datatables that sum the 3 first fields (na, success, repaired)
other tables, use a compliance percent to sort, that is the sum of the 3 positive compliance ...
Updated by Vincent MEMBRÉ over 8 years ago
- Target version changed from 3.1.12 to 3.1.13
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 3.1.13 to 3.1.14
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 3.1.14 to 3.1.15
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 3.1.15 to 3.1.16
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 3.1.16 to 3.1.17
Updated by François ARMAND almost 8 years ago
Don't really know, it was a bug seen in a user demo, I believe by Benoit.
If it can not be reproduced, then just close it.
Updated by Vincent MEMBRÉ almost 8 years ago
- Target version changed from 3.1.17 to 3.1.18
Updated by François ARMAND almost 8 years ago
- Status changed from New to Rejected
Actions