Provider Account add/edit forms do not group owner with owner_group #119

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

Originally created by @pheus on 3/18/2026

NetBox Edition

NetBox Community

NetBox Version

v4.5.5

Python Version

3.12

Steps to Reproduce

  1. Create a provider under Circuits > Providers.
  2. Navigate to Circuits > Provider Accounts > Add.
  3. Fill in the required fields and review the form layout.
  4. Observe that the owner field is not grouped together with owner_group.

Expected Behavior

The owner and owner_group fields should be grouped together in the same Ownership section on both the add and edit forms, consistent with the expected ownership layout used elsewhere.

Observed Behavior

On the Provider Account add and edit forms, the owner field is rendered separately instead of being grouped with owner_group. For reference, the Provider Network form appears to handle this correctly, so this seems to be a Provider Account form layout inconsistency.

*Originally created by @pheus on 3/18/2026* ### NetBox Edition NetBox Community ### NetBox Version v4.5.5 ### Python Version 3.12 ### Steps to Reproduce 1. Create a provider under **Circuits > Providers**. 2. Navigate to **Circuits > Provider Accounts > Add**. 3. Fill in the required fields and review the form layout. 4. Observe that the `owner` field is not grouped together with `owner_group`. ### Expected Behavior The `owner` and `owner_group` fields should be grouped together in the same **Ownership** section on both the add and edit forms, consistent with the expected ownership layout used elsewhere. ### Observed Behavior On the **Provider Account** add and edit forms, the `owner` field is rendered separately instead of being grouped with `owner_group`. For reference, the **Provider Network** form appears to handle this correctly, so this seems to be a Provider Account form layout inconsistency.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#119