{#if !states?.length} {:else} { 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)} > {@const stateWLU = getState(state)}
{#if stateWLU !== undefined}{/if} {state.title} {count}
{#if groupBy === IssuesGrouping.Status}
{/if}
{@const issue = toIssue(object)} {@const issueId = object._id}
{ showPanel(tracker.component.EditIssue, object._id, object._class, 'content') }} >
{#if groupBy !== 'status'} {/if} {object.title}
{#if issue && issueStatuses && issue.subIssues > 0} {/if}
{ if (res.detail.full) fullFilled[issueId] = true }} />
{/if}