[PR #11731] [MERGED] Fixes #11694 - Remove obsolete SmallTextarea widget #13833

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11731
Author: @kkthxbye-code
Created: 2/10/2023
Status: Merged
Merged: 2/11/2023
Merged by: @jeremystretch

Base: featureHead: 11694-remove-smalltextarea


📝 Commits (1)

📊 Changes

10 files changed (+44 additions, -53 deletions)

View changed files

📝 netbox/circuits/forms/bulk_edit.py (+4 -5)
📝 netbox/core/forms/bulk_edit.py (+2 -2)
📝 netbox/dcim/forms/bulk_edit.py (+12 -12)
📝 netbox/dcim/forms/model_forms.py (+4 -4)
📝 netbox/ipam/forms/bulk_edit.py (+12 -12)
📝 netbox/tenancy/forms/bulk_edit.py (+2 -2)
📝 netbox/tenancy/forms/model_forms.py (+2 -2)
📝 netbox/utilities/forms/widgets.py (+0 -8)
📝 netbox/virtualization/forms/bulk_edit.py (+3 -3)
📝 netbox/wireless/forms/bulk_edit.py (+3 -3)

📄 Description

Fixes: #11694

Removes obsolete SmallTextarea widget


🔄 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/11731 **Author:** [@kkthxbye-code](https://github.com/kkthxbye-code) **Created:** 2/10/2023 **Status:** ✅ Merged **Merged:** 2/11/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `11694-remove-smalltextarea` --- ### 📝 Commits (1) - [`93eae0a`](https://github.com/netbox-community/netbox/commit/93eae0a7323d1ce388911ad724961a1a8c1741e5) Fixes #11694 - Remove obsolete SmallTextarea widget ### 📊 Changes **10 files changed** (+44 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/forms/bulk_edit.py` (+4 -5) 📝 `netbox/core/forms/bulk_edit.py` (+2 -2) 📝 `netbox/dcim/forms/bulk_edit.py` (+12 -12) 📝 `netbox/dcim/forms/model_forms.py` (+4 -4) 📝 `netbox/ipam/forms/bulk_edit.py` (+12 -12) 📝 `netbox/tenancy/forms/bulk_edit.py` (+2 -2) 📝 `netbox/tenancy/forms/model_forms.py` (+2 -2) 📝 `netbox/utilities/forms/widgets.py` (+0 -8) 📝 `netbox/virtualization/forms/bulk_edit.py` (+3 -3) 📝 `netbox/wireless/forms/bulk_edit.py` (+3 -3) </details> ### 📄 Description ### Fixes: #11694 Removes obsolete SmallTextarea widget --- <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:21:03 +01:00
adam closed this issue 2025-12-29 23:21:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13833