[PR #15883] [MERGED] Feature 15832 - Multiselect has no "delete" option on the values #14705

Closed
opened 2025-12-29 23:26:10 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15883
Author: @Julio-Oliveira-Encora
Created: 4/29/2024
Status: Merged
Merged: 5/2/2024
Merged by: @jeremystretch

Base: featureHead: 15832-multiselect_has_no_delete_option_on_the_values


📝 Commits (7)

  • 554b917 Added remove_button in config.ts
  • 1fcb732 Fixed linter issues
  • 53ef0b2 Fixed linter issues
  • 5090172 Fixed linter issues
  • b66cb60 Enable remove_button plugin only for multi-select fields
  • e164f04 Enable remove_button plugin only for multi-select fields
  • af109a9 Merge branch 'feature' into 15832-multiselect_has_no_delete_option_on_the_values

📊 Changes

5 files changed (+31 additions, -16 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/select/config.ts (+24 -9)
📝 netbox/project-static/src/select/dynamic.ts (+2 -2)
📝 netbox/project-static/src/select/static.ts (+3 -3)

📄 Description

Feature: #15832

Added "remove_button" plugin in config.ts.


🔄 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/15883 **Author:** [@Julio-Oliveira-Encora](https://github.com/Julio-Oliveira-Encora) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 5/2/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15832-multiselect_has_no_delete_option_on_the_values` --- ### 📝 Commits (7) - [`554b917`](https://github.com/netbox-community/netbox/commit/554b91790c02208c099eb57e509fcb42c84126c3) Added remove_button in config.ts - [`1fcb732`](https://github.com/netbox-community/netbox/commit/1fcb7327e4cdd76530aaa011e8b6712058846ef1) Fixed linter issues - [`53ef0b2`](https://github.com/netbox-community/netbox/commit/53ef0b21727d5cf8bec83544ef5225ee798f9595) Fixed linter issues - [`5090172`](https://github.com/netbox-community/netbox/commit/5090172990006e73034c579984f3987a2bc55f73) Fixed linter issues - [`b66cb60`](https://github.com/netbox-community/netbox/commit/b66cb6090ca69732e9ae3385a0840dfbe0658151) Enable remove_button plugin only for multi-select fields - [`e164f04`](https://github.com/netbox-community/netbox/commit/e164f049fac52a815523e1af044eff5c1a594d32) Enable remove_button plugin only for multi-select fields - [`af109a9`](https://github.com/netbox-community/netbox/commit/af109a9365cd692a0d756d6a81e03b3a71da2132) Merge branch 'feature' into 15832-multiselect_has_no_delete_option_on_the_values ### 📊 Changes **5 files changed** (+31 additions, -16 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/select/config.ts` (+24 -9) 📝 `netbox/project-static/src/select/dynamic.ts` (+2 -2) 📝 `netbox/project-static/src/select/static.ts` (+3 -3) </details> ### 📄 Description ### Feature: #15832 Added "remove_button" plugin in config.ts. --- <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-29 23:26:10 +01:00
adam closed this issue 2025-12-29 23:26:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14705