-
Notifications
You must be signed in to change notification settings - Fork 30
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
[Feature]: Not Supported for Netbox 3.7 #177
Comments
Thanks for opening this Issue! We really appreciate the feedback & testing from users like you! |
I spent some time chasing down this breakage as an exercise to learn something related to plugin development. After bumping
I chased the
Still, none of the plugin's views render successfully. I think there may be other NetBox import issues left to resolve, and the following message in the logs leads me to suspect that there have also been some changes in one or more of the Django artifacts:
There's also probably work to do on the plugin's tests, which I see reference This is where I sign off and hand this over to someone better equipped to identify and implement the remaining changes. |
I had another run at this with NetBox 3.6.9 and hit the same initial problem; fielding the same hack-around got me exactly as far down the road. I surmise that the primary breakage happened in NetBox 3.6, not 3.7. |
@jeffgdotorg yes 3.6 broke many things for plugins. But looks like this PR might fix your issue: #175 Can you try installing the plugin from that branch and testing? |
NetBox access-list plugin version
v1.3.0
NetBox version
v3.7.2
Steps to Reproduce
Install the Plugin, as described in your docs
Expected Behavior
Normal Installation
Observed Behavior
Python error with the text, that it isnt supported for Versions above 3.5
The text was updated successfully, but these errors were encountered: