Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power-Connection Export is broken #897

Closed
rmuehl opened this issue Feb 16, 2017 · 1 comment
Closed

Power-Connection Export is broken #897

rmuehl opened this issue Feb 16, 2017 · 1 comment
Labels
type: bug A confirmed report of unexpected behavior in the application

Comments

@rmuehl
Copy link

rmuehl commented 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.

@rmuehl
Copy link
Author

rmuehl commented 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.

@jeremystretch jeremystretch added the type: bug A confirmed report of unexpected behavior in the application label Feb 16, 2017
lampwins pushed a commit to lampwins/netbox that referenced this issue Oct 13, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

2 participants