We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
9d44d5d
Fixes netbox-community#897: Fixed power connections CSV export
297d657
No branches or pull requests
/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.
The text was updated successfully, but these errors were encountered: