[Bps-public-commit] RT-BugTracker-Public branch, 5.0-updates, updated. 1.00-41-g41ad4c1
? sunnavy
sunnavy at bestpractical.com
Fri Feb 26 17:19:16 EST 2021
The branch, 5.0-updates has been updated
via 41ad4c1bde3b51c174d61eda3773b2ef49d7d837 (commit)
from 865da04903cc93d48f2dc57f8e9ec66fb51eba15 (commit)
Summary of changes:
html/Public/Elements/DistributionList | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 41ad4c1bde3b51c174d61eda3773b2ef49d7d837
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Feb 27 06:18:56 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/Public/Elements/DistributionList b/html/Public/Elements/DistributionList
index c145c9f..c621847 100644
--- a/html/Public/Elements/DistributionList
+++ b/html/Public/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