[Bps-public-commit] RT-BugTracker branch, rt5, updated. 5.2-27-g8d5b8ef
? sunnavy
sunnavy at bestpractical.com
Fri Feb 26 17:19:33 EST 2021
The branch, rt5 has been updated
via 8d5b8ef7025ed4295ce6c732446f7b6e5f1fca8a (commit)
from b9c9dbc9d3508dcbf80dd37eac2f77fd5da005a1 (commit)
Summary of changes:
html/Dist/Elements/DistributionList | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 8d5b8ef7025ed4295ce6c732446f7b6e5f1fca8a
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Feb 27 06:17:20 2021 +0800
Fix the one-off issue in DistributionList
Previously the right side had 2 more items than the left side.
diff --git a/html/Dist/Elements/DistributionList b/html/Dist/Elements/DistributionList
index 1044d09..ca015e7 100644
--- a/html/Dist/Elements/DistributionList
+++ b/html/Dist/Elements/DistributionList
@@ -55,7 +55,7 @@
%
% if ($count > 10
% and not $broken
-% and $queues->_ItemsCounter >= $count / 2)
+% and $queues->_ItemsCounter > $count / 2)
% {
% $broken = 1;
</ul>
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list