netbox icon indicating copy to clipboard operation
netbox copied to clipboard

Fixes #17685 : Fix job field validation

Open alehaa opened this issue 1 year ago • 0 comments

Fixes: #17685

Previously, fields in the Job model were not validated when the job was created. Now full_clean() is called before saving the job to ensure valid data. In addition, test cases have been updated because using a Job as instance when creating a job would not pass validation.

alehaa avatar Oct 23 '24 21:10 alehaa