{#if categories.length === 0} {:else} groupByKey === noCategory ? issues : getGroupByValues(groupByDocs, category)} {setGroupByValues} {getUpdateProps} {groupByDocs} on:content={(evt) => { listProvider.update(evt.detail) }} on:obj-focus={(evt) => { listProvider.updateFocus(evt.detail) }} selection={listProvider.current($focusStore)} checked={$selectionStore ?? []} on:check={(evt) => { listProvider.updateSelection(evt.detail.docs, evt.detail.value) }} on:contextmenu={(evt) => showMenu(evt.detail.evt, evt.detail.objects)} > {#if groupByKey === noCategory} {:else if headerComponent} {/if} {count} { showPopup(CreateIssue, { space: currentSpace, [groupByKey]: state._id }, 'top') }} /> {@const issue = toIssue(object)} {@const issueId = object._id} {#key issueId} { showPanel(tracker.component.EditIssue, object._id, object._class, 'content') }} > {#if groupByKey !== 'status'} {/if} {object.title} {#if issue && issue.subIssues > 0} {/if} { if (res.detail.full) fullFilled[issueId] = true }} /> {/key} {/if}