v0.3.2 - Hotfix: polarity selector + detail-page maps
Second hotfix after v0.3.0. Two bugs found during live-verify.
Fixed
- MTP harness deploy form now exposes the
polarityselector. v0.3.0 addedpolaritytoMtpHarnessFormbutmtp_harness_deploy.htmlrenders each field explicitly with{% render_field form.X %}rather than iterating the form. One-line template fix. - Per-object detail-page maps now use the shared base-layer manager (online + offline fallback). The detail-page maps previously only fetched from the local MBTiles proxy with no online fallback. The bundled basemap covers a Wheatstone bbox; any other geography rendered as a blank dark canvas with just the marker pin.
spliceclosure.htmlandospcable.htmlnow hookOspBaseLayers.attach(map, null, tileUrl)— same multi-layer behaviour as the main/plugins/osp/map/, no dropdown on the small detail maps. Pre-existing bug; not a v0.3.x regression.
pip install -U netbox-osp