Fixes #21397: Fix CircuitType owner field persistence and rendering #384

Closed
opened 2026-04-05 16:28:37 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @pheus on 2/11/2026

Fixes: #21397

This PR fixes CircuitType ownership not being saved/loaded by ensuring the owner field is handled consistently by CircuitTypeForm.

Changes

  • Remove owner from the fieldset to avoid rendering it twice
  • Add owner to Meta.fields so the form properly validates and persists it

Thanks for reviewing!

*Originally created by @pheus on 2/11/2026* ### Fixes: #21397 This PR fixes CircuitType ownership not being saved/loaded by ensuring the `owner` field is handled consistently by `CircuitTypeForm`. **Changes** - Remove `owner` from the fieldset to avoid rendering it twice - Add `owner` to `Meta.fields` so the form properly validates and persists it Thanks for reviewing!
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#384