[PR #16230] [CLOSED] Capitalize Filter Form Labels #14814

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16230
Author: @danner26
Created: 5/21/2024
Status: Closed

Base: developHead: 16104-capitalize-multiword-filters


📝 Commits (10+)

📊 Changes

93 files changed (+2263 additions, -2263 deletions)

View changed files

📝 contrib/openapi2.json (+87 -87)
📝 contrib/openapi2.yaml (+87 -87)
📝 docs/features/api-integration.md (+1 -1)
📝 docs/features/context-data.md (+5 -5)
📝 docs/features/wireless.md (+1 -1)
📝 docs/integrations/webhooks.md (+3 -3)
📝 docs/models/extras/eventrule.md (+1 -1)
📝 docs/models/extras/webhook.md (+1 -1)
📝 docs/models/virtualization/vminterface.md (+1 -1)
📝 docs/models/vpn/ikeproposal.md (+1 -1)
📝 docs/release-notes/version-3.1.md (+2 -2)
📝 netbox/circuits/filtersets.py (+7 -7)
📝 netbox/circuits/forms/bulk_edit.py (+4 -4)
📝 netbox/circuits/forms/bulk_import.py (+2 -2)
📝 netbox/circuits/forms/filtersets.py (+8 -8)
📝 netbox/circuits/forms/model_forms.py (+2 -2)
📝 netbox/circuits/tests/test_filtersets.py (+3 -3)
📝 netbox/core/filtersets.py (+2 -2)
📝 netbox/core/forms/filtersets.py (+9 -9)
📝 netbox/core/forms/mixins.py (+1 -1)

...and 73 more files

📄 Description

Fixes: #16104

Implement intentional capital filters rather than doing CSS capitalization. See this PR for reference


🔄 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/16230 **Author:** [@danner26](https://github.com/danner26) **Created:** 5/21/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `16104-capitalize-multiword-filters` --- ### 📝 Commits (10+) - [`1776b69`](https://github.com/netbox-community/netbox/commit/1776b692fea7fd19d528d5de1a26da0c85fe1f81) Organization filters - [`cd11ff1`](https://github.com/netbox-community/netbox/commit/cd11ff1c8b5662ab15c97646546153c33729b2ed) Devices filters - [`79fb594`](https://github.com/netbox-community/netbox/commit/79fb5946bb1c9037ed448241d283116f2d4704cb) Connection filters - [`af01561`](https://github.com/netbox-community/netbox/commit/af0156138c6059ed09f21b873610443e1b3e82b9) IPAM filters - [`85c8d5f`](https://github.com/netbox-community/netbox/commit/85c8d5ff6991998067156e85e158281e769c291f) VPN filters - [`2828ebb`](https://github.com/netbox-community/netbox/commit/2828ebb02320ac5cdd2212a705f66350751c78f0) Virtual Machine filters - [`80eb1fb`](https://github.com/netbox-community/netbox/commit/80eb1fb032f0184a25e59be0fdee390f909fc06e) Circuit filters - [`5164215`](https://github.com/netbox-community/netbox/commit/51642152811eabb7fe0a331f9b7f5f93ebc5303b) Power filters - [`a3012ce`](https://github.com/netbox-community/netbox/commit/a3012ce93b94efe6a3efc0f3f02c63a53e4dc3f8) Provisioning filters - [`ade7984`](https://github.com/netbox-community/netbox/commit/ade79846113ecd6513c342500e754e30bfdbc8ea) Customization filters ### 📊 Changes **93 files changed** (+2263 additions, -2263 deletions) <details> <summary>View changed files</summary> 📝 `contrib/openapi2.json` (+87 -87) 📝 `contrib/openapi2.yaml` (+87 -87) 📝 `docs/features/api-integration.md` (+1 -1) 📝 `docs/features/context-data.md` (+5 -5) 📝 `docs/features/wireless.md` (+1 -1) 📝 `docs/integrations/webhooks.md` (+3 -3) 📝 `docs/models/extras/eventrule.md` (+1 -1) 📝 `docs/models/extras/webhook.md` (+1 -1) 📝 `docs/models/virtualization/vminterface.md` (+1 -1) 📝 `docs/models/vpn/ikeproposal.md` (+1 -1) 📝 `docs/release-notes/version-3.1.md` (+2 -2) 📝 `netbox/circuits/filtersets.py` (+7 -7) 📝 `netbox/circuits/forms/bulk_edit.py` (+4 -4) 📝 `netbox/circuits/forms/bulk_import.py` (+2 -2) 📝 `netbox/circuits/forms/filtersets.py` (+8 -8) 📝 `netbox/circuits/forms/model_forms.py` (+2 -2) 📝 `netbox/circuits/tests/test_filtersets.py` (+3 -3) 📝 `netbox/core/filtersets.py` (+2 -2) 📝 `netbox/core/forms/filtersets.py` (+9 -9) 📝 `netbox/core/forms/mixins.py` (+1 -1) _...and 73 more files_ </details> ### 📄 Description ### Fixes: #16104 Implement intentional capital filters rather than doing CSS capitalization. See [this PR](https://github.com/netbox-community/netbox/pull/16212) for reference --- <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:53 +01:00
adam closed this issue 2025-12-29 23:26:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14814