@if (taskFilter) { @if (!isLoading) { @if (showTaskFilterName) { {{taskFilter.name | translate}} } @if (showTitle) { {{ 'ADF_CLOUD_EDIT_TASK_FILTER.TITLE' | translate}} } @if (showFilterActions) {
@if (toggleFilterActions) { @for (filterAction of taskFilterActions; track filterAction) { } }
}
} @else {
}
} @if (!isLoading;) { @if (editTaskFilterForm) {
@for (taskFilterProperty of taskFilterProperties; track taskFilterProperty) { @if (taskFilterProperty.type === 'select') { {{taskFilterProperty.label | translate}} @for (propertyOption of taskFilterProperty.options; track propertyOption) { {{ propertyOption.label | translate }} } } @if (taskFilterProperty.type === 'text') { } @if (taskFilterProperty.type === 'date') { {{taskFilterProperty.label | translate}}
@if (hasError(taskFilterProperty)) {
{{'ADF_TASK_LIST.START_TASK.FORM.ERROR.DATE'|translate}}
}
} @if (taskFilterProperty.type === 'checkbox') {
{{taskFilterProperty.label | translate}}
} @if (taskFilterProperty.type === 'date-range') { } @if (taskFilterProperty.type === 'people') { } @if (taskFilterProperty.type === 'assignment') { } }
} }