Skip to content

fix: ignore no notification warning if webhooks are enabled #8448#8682

Closed
murataslan1 wants to merge 1 commit intocoollabsio:nextfrom
murataslan1:fix/issue-8448
Closed

fix: ignore no notification warning if webhooks are enabled #8448#8682
murataslan1 wants to merge 1 commit intocoollabsio:nextfrom
murataslan1:fix/issue-8448

Conversation

@murataslan1
Copy link
Contributor

Fixes #8448

When a user relied solely on Webhook notifications, the dashboard would incorrectly display a red warning popup stating: No notifications enabled. It is highly recommended to enable at least one notification channel....

This is because the isAnyNotificationEnabled() method in app/Models/Team.php checked all other notification channels (email, discord, slack, telegram, pushover) to determine if the warning should be suppressed, but it completely omitted checking for webhook channels. This PR adds the missing webhook check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants