fix: Matrix best/worst now must have 10 or more votes
This commit is contained in:
parent
c5c24852ca
commit
73f1a3e379
2 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
7.4.19
|
7.4.19
|
||||||
- fix: Import Package does nothing when re-importing trashed package
|
- fix: Import Package does nothing when re-importing trashed package
|
||||||
- fix: CS Posts get re-ordered when copy/paste
|
- fix: CS Posts get re-ordered when copy/paste
|
||||||
|
- fix: Matrix best/worst now must have 10 or more votes
|
||||||
|
|
||||||
7.4.18
|
7.4.18
|
||||||
- fix: Graph draws black triangle covering half the image
|
- fix: Graph draws black triangle covering half the image
|
||||||
|
|
|
||||||
|
|
@ -1050,7 +1050,7 @@ sub view {
|
||||||
where
|
where
|
||||||
Matrix_listing.assetId=".$self->session->db->quote($self->getId)." and
|
Matrix_listing.assetId=".$self->session->db->quote($self->getId)." and
|
||||||
Matrix_listing.status='approved' and
|
Matrix_listing.status='approved' and
|
||||||
Matrix_ratingSummary.countValue > 0
|
Matrix_ratingSummary.countValue >= 10
|
||||||
order by
|
order by
|
||||||
Matrix_ratingSummary.meanValue
|
Matrix_ratingSummary.meanValue
|
||||||
";
|
";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue