[PR #17148] [MERGED] Fixes #17144: Avoid displaying duplicate pop-up messages #15009

Closed
opened 2025-12-30 00:19:25 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17148
Author: @jeremystretch
Created: 8/13/2024
Status: Merged
Merged: 8/13/2024
Merged by: @jeremystretch

Base: developHead: 17144-fix-duplicate-toasts


📝 Commits (1)

  • aa7b90d Fixes #17144: Avoid displaying duplicate pop-up messages

📊 Changes

3 files changed (+5 additions, -3 deletions)

View changed files

📝 netbox/project-static/dist/netbox.js (+1 -1)
📝 netbox/project-static/dist/netbox.js.map (+1 -1)
📝 netbox/project-static/src/messages.ts (+3 -1)

📄 Description

Fixes: #17144

Check toast.isShown() prior to displaying a toast (pop-up message)


🔄 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/netbox-community/netbox/pull/17148 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/13/2024 **Status:** ✅ Merged **Merged:** 8/13/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `17144-fix-duplicate-toasts` --- ### 📝 Commits (1) - [`aa7b90d`](https://github.com/netbox-community/netbox/commit/aa7b90dea440fffd39d7ab720841f12f5907f811) Fixes #17144: Avoid displaying duplicate pop-up messages ### 📊 Changes **3 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.js` (+1 -1) 📝 `netbox/project-static/dist/netbox.js.map` (+1 -1) 📝 `netbox/project-static/src/messages.ts` (+3 -1) </details> ### 📄 Description ### Fixes: #17144 Check `toast.isShown()` prior to displaying a toast (pop-up message) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:19:25 +01:00
adam closed this issue 2025-12-30 00:19:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15009