Fixes #7427: Don't select hidden rows when selecting all in a table

This commit is contained in:
thatmattlove
2021-10-04 09:19:18 -07:00
parent 10b01365f9
commit c934846ca4
4 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
* [#6423](https://github.com/netbox-community/netbox/issues/6423) - Cache rendered REST API specifications
* [#6708](https://github.com/netbox-community/netbox/issues/6708) - Add image attachment support for circuits, power panels
* [#7387](https://github.com/netbox-community/netbox/issues/7387) - Enable arbitrary ordering of custom scripts
* [#7427](https://github.com/netbox-community/netbox/issues/7427) - Don't select hidden rows when selecting all in a table
### Bug Fixes