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
fix: wire YAML export POST to NetBox bulk-select form convention
- post() now reads request.POST.getlist('pk') (NetBox convention)
- template overrides bulk_buttons block with Export Selected YAML button
using formaction to piggyback on the existing bulk-select form
- update test to post {pk: [pk]} matching the new convention
0 commit comments