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

fix duplicate teams showing up in teams dropdown for /escalate slack command #3590

Merged
merged 3 commits into from
Dec 22, 2023

Conversation

joeyorlando
Copy link
Contributor

Which issue(s) this PR fixes

Checklist

  • Unit, integration, and e2e (if applicable) tests updated
  • Documentation added (or pr:no public docs PR label added if not required)
  • CHANGELOG.md updated (or pr:no changelog PR label added if not required)

@joeyorlando joeyorlando added the pr:no public docs Added to a PR that does not require public documentation updates label Dec 19, 2023
@joeyorlando joeyorlando requested a review from a team December 19, 2023 22:58
Comment on lines -36 to -41
### Fixed

- Fix PUT /api/v1/escalation_policies/id issue when updating `from_time` and `to_time` by @joeyorlando ([#3581](https://github.com/grafana/oncall/pull/3581))

Copy link
Contributor Author

@joeyorlando joeyorlando Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this to the wrong section, this hasn't been released yet

| Q(channel_filters__is_default=True, channel_filters__notification_backends__isnull=False),
integration=AlertReceiveChannel.INTEGRATION_DIRECT_PAGING,
)
.distinct()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only change is the addition of .distinct() here (rest is formatting)

@joeyorlando joeyorlando added this pull request to the merge queue Dec 22, 2023
Merged via the queue into dev with commit 9657533 Dec 22, 2023
21 checks passed
@joeyorlando joeyorlando deleted the jorlando/fix-direct-paging-duplicate-teams-bug branch December 22, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:no public docs Added to a PR that does not require public documentation updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/escalate Slack Dropdown Duplicates Teams for Each Route in Direct Paging
2 participants