Back to Openproject

Team Planner.Component

frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.html

17.5.0833 B
Original Source

@if ((calendarOptions$ | async) && !isMobile) { @if ((showAddExistingPane | async)) { } } @if ((calendarOptions$ | async); as calendarOptions) { @if (calendarOptions) { @if (resource && resource.extendedProps.principal) {

} @if (resource && !resource.extendedProps.principal && resource.id.startsWith('skeleton')) { } @if (resource && !resource.extendedProps.principal && !resource.id.startsWith('skeleton')) { } @if (event.source && event.source.id === 'skeleton') { } @if ((!event.source || event.source.id === 'work_packages') && event.extendedProps.workPackage; as wp) { } }

@if (isEmpty$ | async) { } } @if (!(showAddAssignee$ | async) && !(dropzone$ | async)?.dragging) {

} @if ((dropzone$ | async); as dropzone) { @if (dropzone.dragging) { @if (dropzone.canDrop) { } @if (!dropzone.canDrop) { } } }