-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
IP objects with NAT throws error when trying to edit them #1238
Comments
I'm not able to replicate this. Can you set |
Is this the correct part?
|
Yes, that's it. Thanks. |
The issue is still present in 2.0.5. I tried to set the NAT element to "null" via some clicking in the API, that made the object editable again. |
I'm getting this same issue on 2.0.4. I haven't yet upgraded to 2.0.5 but will give it a shot. |
…assignment which has no assigned device
Issue type: bug report
Python version: Python 2.7.9 (default, Sep 17 2016, 20:26:04)
NetBox version: Release v2.0.4 commit f7b0d22
Django version: Version: 1.11.1
nginx version: nginx/1.6.2
Gunicorn version: gunicorn (version 19.7.1)
Steps to recreate:
-Log in with user account
-Click IP space > IP Addresses
-Go to page 3
-Click the IP address of the object (/ipam/ip-addresses/203/)
-Click "Edit This IP" on the right hand side
-Error appears:
<type 'exceptions.AttributeError'>
'NoneType' object has no attribute 'site'
The object in question, I've tried to pull it from the API pages:
The text was updated successfully, but these errors were encountered: