Can't create new MAC address in the new form #11708

Closed
opened 2025-12-29 21:48:52 +01:00 by adam · 2 comments
Owner

Originally created by @Flabenelli on GitHub (Oct 9, 2025).

Originally assigned to: @jnovinger on GitHub.

NetBox Edition

NetBox Community

NetBox Version

v4.4.2

Python Version

3.10

Steps to Reproduce

Go to interface, + sign to add new MAC address, fill MAC address field and interface name, click Create.

Expected Behavior

The MAC address shows in the list of available MAC address in the interface.

Observed Behavior

All the fields are cleared and a error " This field is required. " is shown but no MAC address is created.

I tried with aa:bb:cc:11:22:33 as an example but also tried with upper case.

Originally created by @Flabenelli on GitHub (Oct 9, 2025). Originally assigned to: @jnovinger on GitHub. ### NetBox Edition NetBox Community ### NetBox Version v4.4.2 ### Python Version 3.10 ### Steps to Reproduce Go to interface, + sign to add new MAC address, fill MAC address field and interface name, click Create. ### Expected Behavior The MAC address shows in the list of available MAC address in the interface. ### Observed Behavior All the fields are cleared and a error " This field is required. " is shown but no MAC address is created. I tried with aa:bb:cc:11:22:33 as an example but also tried with upper case.
adam added the type: bugstatus: acceptedseverity: medium labels 2025-12-29 21:48:52 +01:00
adam closed this issue 2025-12-29 21:48:52 +01:00
Author
Owner

@jnovinger commented on GitHub (Oct 9, 2025):

To be clear, this is happening in the context of the quick-add application of the MACAddressForm. It looks like this was maybe triggered by the changes as a result of #20132.

@jnovinger commented on GitHub (Oct 9, 2025): To be clear, this is happening in the context of the quick-add application of the `MACAddressForm`. It looks like this was maybe triggered by the changes as a result of #20132.
Author
Owner

@jnovinger commented on GitHub (Oct 9, 2025):

I spent some time with this and my initial gut was wrong, this isn't related to #20132. It's a result of #20425 . The result here is that it looks like ALL quick-add forms are broken in v4.4.2. I'm bumping this to a severity medium and working on a fix now.

@jnovinger commented on GitHub (Oct 9, 2025): I spent some time with this and my initial gut was wrong, this isn't related to #20132. It's a result of #20425 . The result here is that it looks like _ALL_ quick-add forms are broken in v4.4.2. I'm bumping this to a severity medium and working on a fix now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11708