Power-Connection Export is broken #713

Closed
opened 2025-12-29 16:25:02 +01:00 by adam · 1 comment
Owner

Originally created by @rmuehl on GitHub (Feb 16, 2017).

/dcim/power-connections/?export does not work anymore.

It should start the download of a csv, but nothing happens.

Export of interface connections and console-connections works as expected.

Version 1.8.4
Pip requirements met

Tested in Chromium, Firefox and IE.

Originally created by @rmuehl on GitHub (Feb 16, 2017). /dcim/power-connections/?export does not work anymore. It should start the download of a csv, but nothing happens. Export of interface connections and console-connections works as expected. Version 1.8.4 Pip requirements met Tested in Chromium, Firefox and IE.
adam added the type: bug label 2025-12-29 16:25:02 +01:00
adam closed this issue 2025-12-29 16:25:02 +01:00
Author
Owner

@rmuehl commented on GitHub (Feb 16, 2017):

I debugged this a bit further and it seems dcim/models.py got the problem.

If I change line 1069:

#def csv_format(self):
def to_csv(self):

export will work again.

@rmuehl commented on GitHub (Feb 16, 2017): I debugged this a bit further and it seems dcim/models.py got the problem. If I change line 1069: #def csv_format(self): def to_csv(self): export will work again.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#713