Fixes #10996: Hide checkboxes on child object lists when no bulk operations are available

This commit is contained in:
jeremystretch
2022-11-22 08:43:23 -05:00
parent 4623858849
commit dc1da0a738
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
* [#10936](https://github.com/netbox-community/netbox/issues/10936) - Permit demotion of device/VM primary IP via IP address edit form
* [#10938](https://github.com/netbox-community/netbox/issues/10938) - `render_field` template tag should respect `label` kwarg
* [#10969](https://github.com/netbox-community/netbox/issues/10969) - Update cable paths ending at associated rear port when creating new front ports
* [#10996](https://github.com/netbox-community/netbox/issues/10996) - Hide checkboxes on child object lists when no bulk operations are available
---