networktocode / ntc-netbox-plugin-onboarding

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

Fix Issue #93 #134

Closed mzbroch closed 3 years ago

mzbroch commented 3 years ago

This PR fixes issue #93

OnboardingDevice model instances are created as a part of onboarding process for devices created before ntc-netbox-plugin-onboarding installation. With the fix, template_content is rendered properly for re-onboarded devices.


Closes #93