Back to Openproject

Notifications Settings Page.Component

frontend/src/app/features/user-preferences/notifications-settings/page/notifications-settings-page.component.html

17.3.1738 B
Original Source

{{ text.notifyImmediately.title }}

{{ text.notifyImmediately.description }}

{{ text.dateAlerts.title }}

{{ text.dateAlerts.description }}

@if (eeAvailable) {

@if (dateAlertsStatuses.startDate) { @for (availableTime of availableTimes; track availableTime) { {{availableTime.title}} } }

@if (dateAlertsStatuses.dueDate) { @for (availableTime of availableTimes; track availableTime) { {{availableTime.title}} } }

@if (dateAlertsStatuses.overdue) { @for (availableTime of availableTimesOverdue; track availableTime) { {{availableTime.title}} } }

}

{{ text.alsoNotifyFor.title }}

{{ text.alsoNotifyFor.description }}

{{ text.projectSpecific.title }}

{{text.projectSpecific.description}}

@if (userId) { }