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: Updates updateNotification resolvers & removes channel from UpdateNotificationMicrosoftTeamsPatchInput #3706

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

CGoodwin90
Copy link
Contributor

@CGoodwin90 CGoodwin90 commented Apr 8, 2024

General Checklist

  • Affected Issues have been mentioned in the Closing issues section
  • Documentation has been written/updated
  • PR title is ready for inclusion in changelog

Database Migrations

  • If your PR contains a database migation, it MUST be the latest in date order alphabetically

If a notification name is updated via any of the updateNotification resolvers no data is returned as the select query is using the previous notification name. This updates all updateNotification resolvers to use the newName, if provided, to return the relevant data. This also removes the channel field from UpdateNotificationMicrosoftTeamsPatchInput as it's not valid for Teams notifications.

@CGoodwin90 CGoodwin90 marked this pull request as ready for review April 9, 2024 02:13
@shreddedbacon shreddedbacon added this to the 2.21.0 milestone Jul 4, 2024
@shreddedbacon shreddedbacon force-pushed the update-notification-fix branch from cd5ddfd to ec433f9 Compare September 9, 2024 01:23
Copy link
Member

@shreddedbacon shreddedbacon left a comment

Choose a reason for hiding this comment

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

This works as intended

@tobybellwood tobybellwood merged commit 268e5f5 into main Sep 9, 2024
1 check passed
@tobybellwood tobybellwood deleted the update-notification-fix branch September 16, 2024 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants