Custom validator for vminterface.name stopped working on update to 3.3.8 #11031
-
After updating to NetBox 3.3.8 from 3.2.x, now my custom validation logic that tries to validate the interface name with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The following works for me on v3.3.8:
When saving the device I get the interface name in the validation error message. A simple non-code validator also works:
You need to post your code if anyone is to replicate it. |
Beta Was this translation helpful? Give feedback.
The following works for me on v3.3.8:
When saving the device I get the interface name in the validation error message.
A simple non-code validator also works:
You need to post your code if anyone is to replicate it.