networktocode / ntc-netbox-plugin-onboarding

A plugin for NetBox to easily onboard new devices.
Other
246 stars 46 forks source link

NetBox 2.9 support #87

Closed mzbroch closed 4 years ago

mzbroch commented 4 years ago

This PR introduces the support of NetBox 2.9 into the ntc-netbox-plugin-onboarding project.

The goal is to provide support for two NetBox releases by the plugin: 2.8 and 2.9. Due to significant Permission related changes in NetBox 2.9, onboardingtask views needed to be modified.

The following changes are a part of this single commit :

hyudra commented 4 years ago

Hello,

Is this version merged for pip library? I still get error message 'Direct assignment to the reverse side of a related set is prohibited. Use interface.set() instead.'

dgarros commented 4 years ago

@hyudra no it's not available on pypi yet, out goal is to have a beta version for 2.9 out sometime this week but it won't be production ready

hyudra commented 4 years ago

Noted with thanks. I'll looking forward to it :).