[PR #16986] [MERGED] fixes issues in #16850 #14968

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16986
Author: @andrewgormley
Created: 7/25/2024
Status: Merged
Merged: 8/1/2024
Merged by: @jeremystretch

Base: feature-uiHead: 16850-table-issues


📝 Commits (3)

📊 Changes

2 files changed (+4 additions, -1 deletions)

View changed files

📝 netbox/netbox/tables/columns.py (+2 -1)
📝 netbox/templates/inc/table_htmx.html (+2 -0)

📄 Description

Fixes: #16850

  • (Misc) Checkbox missing label [Multiple]
  • (Misc) Missing link text on hidden table column [Multiple]
  • (Tables) unlabelled column header for checkbox column [Multiple]
  • (Tables) Ensure tables use table and row headers to describe cells [Multiple]
  • (Tables) Row actions missing accessible names [Multiple]
  • (Tables) When table column is sorted the 'x' icon is missing link text [Multiple]

🔄 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/16986 **Author:** [@andrewgormley](https://github.com/andrewgormley) **Created:** 7/25/2024 **Status:** ✅ Merged **Merged:** 8/1/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature-ui` ← **Head:** `16850-table-issues` --- ### 📝 Commits (3) - [`bc0271f`](https://github.com/netbox-community/netbox/commit/bc0271f67e1c9d3cb9eb6683315e324ba49b2c92) fixes issues in #16850: issue 3 and 5 - [`9aed5c5`](https://github.com/netbox-community/netbox/commit/9aed5c5a04a02a76cca290e1a1c2e3a055fee389) Add link text for 'clear' button on table column - [`d029e99`](https://github.com/netbox-community/netbox/commit/d029e99acbbee5508949ee48c757e8f0bd61e36a) Translate aria label ### 📊 Changes **2 files changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/tables/columns.py` (+2 -1) 📝 `netbox/templates/inc/table_htmx.html` (+2 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #16850 <!-- Please include a summary of the proposed changes below. --> - [ ] (Misc) Checkbox missing label [Multiple] - [ ] (Misc) Missing link text on hidden table column [Multiple] - [x] (Tables) unlabelled column header for checkbox column [Multiple] - [ ] (Tables) Ensure tables use table and row headers to describe cells [Multiple] - [x] (Tables) Row actions missing accessible names [Multiple] - [x] (Tables) When table column is sorted the 'x' icon is missing link text [Multiple] --- <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:11 +01:00
adam closed this issue 2025-12-30 00:19:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14968