Skip to content
Snippets Groups Projects
Commit 5fe1779c authored by Jared Hancock's avatar Jared Hancock
Browse files

client: Filter duplicate tickets from listing

parent 0a895101
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ $htmlId = $options['html-id'] ?: ('thread-'.$this->getId());
<div id="<?php echo $htmlId; ?>">
<div id="thread-items" data-thread-id="<?php echo $this->getId(); ?>">
<?php
if (count($entries)) {
if ($entries->exists(true)) {
// Go through all the entries and bucket them by time frame
$buckets = array();
$rel = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment