New 4.x menu: Systems fails #17214
Replies: 3 comments
-
ok, removing this from configyration.py fixed the issue, but I need those validators: `class UniqueSerial(CustomValidator):
class UniqueName(CustomValidator):
class CheckSerialExists(CustomValidator):
CUSTOM_VALIDATORS = { |
Beta Was this translation helpful? Give feedback.
-
This is the issue:
|
Beta Was this translation helpful? Give feedback.
-
https://netboxlabs.com/docs/netbox/en/stable/customization/custom-validation/ The problem seems to me to be that the /core/system/ page tries to handle the code validatorsa as an json object... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In v4, there is a new menu item under Admin:
This fails:
Ive been upgrading fra v3.7-2.8.0 to v4.0-2.9.1 (Docker) and everything else seems (!) to work...
Beta Was this translation helpful? Give feedback.
All reactions