[PR #1047] [MERGED] do not hide 2 notification when clicking close #2470

Closed
opened 2026-01-29 18:18:58 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1047
Author: @bc3
Created: 7/5/2023
Status: Merged
Merged: 7/6/2023
Merged by: @enchev

Base: masterHead: bugfix/notification-message


📝 Commits (1)

  • ecd53a5 do not hide 2 notification when clicking close

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Radzen.Blazor/RadzenNotificationMessage.razor (+1 -1)

📄 Description

solving issue found on forum : https://forum.radzen.com/t/closing-a-notification-closes-two-notifications/2020

when you remove a message, blazor will rebind and the message will become invisible, so no need to set visible to false


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/1047 **Author:** [@bc3](https://github.com/bc3) **Created:** 7/5/2023 **Status:** ✅ Merged **Merged:** 7/6/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `bugfix/notification-message` --- ### 📝 Commits (1) - [`ecd53a5`](https://github.com/radzenhq/radzen-blazor/commit/ecd53a566a0d2f1013ea7164d5c978f9211da4d0) do not hide 2 notification when clicking close ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenNotificationMessage.razor` (+1 -1) </details> ### 📄 Description solving issue found on forum : https://forum.radzen.com/t/closing-a-notification-closes-two-notifications/2020 when you remove a message, blazor will rebind and the message will become invisible, so no need to set visible to false --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:18:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2470