Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(incident): allow exclusion of incident types from reminders #5781

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

aaronherman
Copy link
Contributor

This PR allows an Incident Type to be configurable to have its tasks excluded from reminders.

  • Adds a new column exclude_from_reminders on incident_type
  • Modifies get_overdue_tasks() to filter out values with exclude_from_reminders values set to True, ensuring Incident Types which are not configured to continue behaving in the same way
  • Adds a checkbox to incident/type/NewEditSheet.vue

This PR allows an Incident Type to be configurable to have its tasks excluded from reminders.

* Adds a new column `exclude_from_reminders` on `incident_type`
* Modifies `get_overdue_tasks()` to filter out values with `exclude_from_reminders` values set to True, ensuring Incident Types which are not configured to continue behaving in the same way
* Adds a checkbox to `incident/type/NewEditSheet.vue`
@aaronherman aaronherman added the enhancement New feature or request label Feb 17, 2025
@aaronherman aaronherman self-assigned this Feb 17, 2025
@aaronherman aaronherman merged commit 6753f9a into main Feb 18, 2025
10 checks passed
@aaronherman aaronherman deleted the enhancement/exclude-incident-type-from-reminders branch February 18, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants