Export button on IP Prefix page does not export. #11649

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

Originally created by @DenDanskeMine on GitHub (Sep 25, 2025).

Originally assigned to: @jeremystretch on GitHub.

NetBox Edition

NetBox Community

NetBox Version

v4.4.1

Python Version

3.12

Steps to Reproduce

  1. Go to https://demo.netbox.dev/ipam/prefixes/3/ip-addresses/ click "export" and choose either CSV or Current view. - Watch as nothing happens.

  2. Go to https://demo.netbox.dev/ipam/prefixes/ click "export" and choose either CSV or Current view.

  • Watch as the download works. (all other export buttons seem to work fine, except the on in /ipam/prefixes//ip-addresses/ )
Image

Expected Behavior

I would expect a download of the IP table like the button in the IP route /ipam/ip-addresses/ does.

Observed Behavior

Nothing happens on button press.

Is tested on Public Demo instance, My developer server, My production Server

Originally created by @DenDanskeMine on GitHub (Sep 25, 2025). Originally assigned to: @jeremystretch on GitHub. ### NetBox Edition NetBox Community ### NetBox Version v4.4.1 ### Python Version 3.12 ### Steps to Reproduce 1. Go to https://demo.netbox.dev/ipam/prefixes/3/ip-addresses/ click "export" and choose either CSV or Current view. - Watch as nothing happens. 2. Go to https://demo.netbox.dev/ipam/prefixes/ click "export" and choose either CSV or Current view. - Watch as the download works. (all other export buttons seem to work fine, except the on in /ipam/prefixes/<id>/ip-addresses/ ) <img width="620" height="424" alt="Image" src="https://github.com/user-attachments/assets/f752bc97-7d18-4c33-9dd9-ad80daa369db" /> ### Expected Behavior I would expect a download of the IP table like the button in the IP route /ipam/ip-addresses/ does. ### Observed Behavior Nothing happens on button press. Is tested on Public Demo instance, My developer server, My production Server
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:48:03 +01:00
adam closed this issue 2025-12-29 21:48:03 +01:00
Author
Owner

@SanderDelden commented on GitHub (Sep 25, 2025):

The same issue also occurs for: https://demo.netbox.dev/ipam/aggregates/2/prefixes

@SanderDelden commented on GitHub (Sep 25, 2025): The same issue also occurs for: https://demo.netbox.dev/ipam/aggregates/2/prefixes
Author
Owner

@jeremystretch commented on GitHub (Sep 29, 2025):

The import and export buttons should not be displayed on child object views. This was a regression introduced under #19735 in NetBox v4.4.0.

@jeremystretch commented on GitHub (Sep 29, 2025): The import and export buttons should not be displayed on child object views. This was a regression [introduced](https://github.com/netbox-community/netbox/blob/0b7baae23cf982c7fd9501d55974c5dc43e23835/netbox/netbox/views/generic/object_views.py#L106) under #19735 in NetBox v4.4.0.
Author
Owner

@DenDanskeMine commented on GitHub (Sep 29, 2025):

Hmm any plans to make it a functional button? I could see it being nice having it on that page, so you easily can export the subnet/prefix.

@DenDanskeMine commented on GitHub (Sep 29, 2025): Hmm any plans to make it a functional button? I could see it being nice having it on that page, so you easily can export the subnet/prefix.
Author
Owner

@jeremystretch commented on GitHub (Sep 29, 2025):

@DenDanskeMine you're certainly welcome to submit a feature request for it. The scope of this bug report is necessarily limited to removing the extraneous buttons, as the functionality never existed (and a substantial amount of work will be required to implement it).

@jeremystretch commented on GitHub (Sep 29, 2025): @DenDanskeMine you're certainly welcome to submit a feature request for it. The scope of this bug report is necessarily limited to removing the extraneous buttons, as the functionality never existed (and a substantial amount of work will be required to implement it).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11649