mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-30 16:28:23 -05:00
feat: add comment count to tasks (#1771)
This commit is contained in:
@@ -149,8 +149,8 @@ const {
|
||||
() => props.viewId,
|
||||
{position: 'asc'},
|
||||
() => projectId.value === -1
|
||||
? null
|
||||
: 'subtasks',
|
||||
? 'comment_count'
|
||||
: ['subtasks', 'comment_count'],
|
||||
)
|
||||
|
||||
const taskPositionService = ref(new TaskPositionService())
|
||||
|
||||
Reference in New Issue
Block a user