uselagoon / lagoon

Lagoon, the developer-focused application delivery platform
https://docs.lagoon.sh/
Apache License 2.0
548 stars 148 forks source link

Fix: Updates updateNotification resolvers & removes channel from UpdateNotificationMicrosoftTeamsPatchInput #3706

Open CGoodwin90 opened 3 months ago

CGoodwin90 commented 3 months ago

General Checklist

Database Migrations

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.