Skip to content

Commit 3c46a80

Browse files
icewind1991joshtrichards
authored andcommitted
fix: add missing color select to tags usage query
Signed-off-by: Robin Appelman <[email protected]>
1 parent b270a22 commit 3c46a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Files/Cache/CacheQueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(
2828

2929
public function selectTagUsage(): self {
3030
$this
31-
->select('systemtag.name', 'systemtag.id', 'systemtag.visibility', 'systemtag.editable', 'systemtag.etag')
31+
->select('systemtag.name', 'systemtag.id', 'systemtag.visibility', 'systemtag.editable', 'systemtag.etag', 'systemtag.color')
3232
->selectAlias($this->createFunction('COUNT(filecache.fileid)'), 'number_files')
3333
->selectAlias($this->createFunction('MAX(filecache.fileid)'), 'ref_file_id')
3434
->from('filecache', 'filecache')

0 commit comments

Comments
 (0)