Back to Openproject

Project Autocompleter Template.Component

frontend/src/app/shared/components/autocompleter/project-autocompleter/project-autocompleter-template.component.html

17.3.1560 B
Original Source

× {{ item.name }} @if (portfolioModelsEnabled) { @switch (item._type) { @case ('Portfolio') { {{ this.I18n.t('js.include_workspaces.types.portfolio') }} } @case ('Program') { {{ this.I18n.t('js.include_workspaces.types.program') }} } } }
{{ item.name }} @if (portfolioModelsEnabled) { @switch (item._type) { @case ('Portfolio') { {{ this.I18n.t('js.include_workspaces.types.portfolio') }} } @case ('Program') { {{ this.I18n.t('js.include_workspaces.types.program') }} } } } @if (item.disabled && item.disabledReason) { {{ item.disabledReason }} }