Back to Super Productivity

Select Task.Component

src/app/features/tasks/select-task/select-task.component.html

18.4.4336 B
Original Source

{{ T.F.TASK.SELECT_OR_CREATE | translate }} @if (!isCreate()) { track_changes } @if (isCreate()) { add } @for (task of filteredTasks(); track trackById($index, task)) { @if (task.issueType) { } @if (task.projectId) { @if (!task.issueType && !projectMap()[task.projectId]) { library_books } @if (projectMap()[task.projectId]) { } } }