You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #13 from CESNET/12-feature-support-polymorphic-obj…
…ect-multiobject-fields-from-netbox-custom-objects-v050
Add polymorphic Object/MultiObject field support + release 2.4.0
Release v2.3.0 — Add-button on Typed tabs (closes#9)
The 2.3.0 release adds an Add <Type> button to every Typed tab on a NetBox
object detail page (Device, Site, Rack, etc.), pre-filling the
back-reference field and round-tripping the return URL. Multi-FK types
get a Bootstrap split-dropdown.
Also includes pre-existing-bug fixes uncovered during testing:
- Typed-tab URL registration (deferral revert, was broken since 2.1.0)
- Typed-tab badge over-counting on multi-FK types (since 2.0.0)
- Permission gating for Add and Bulk Edit/Delete buttons
Known issue: deleting a row immediately after creating it via the Add
button hits an upstream netbox_custom_objects ValueError on the first
attempt; refresh the list, or use Bulk Delete. Fix needs to land
upstream. Documented in README and CHANGELOG.
Full notes: see CHANGELOG.md [2.3.0] section.
Handle missing database during startup and bump to 2.0.1b1
Wrap DB queries in register_typed_tabs() with try/except for
OperationalError/ProgrammingError so Docker builds (collectstatic)
don't crash when no database is available.