core
core copied to clipboard
adding new job - validation errors
When adding a new job in /api/admin/jobs/add not all validations message are preventing the creation of a new record.
For example, if you only enrich the 'extract' fields, but not the 'local' fields, an error message will be displayed, but a new job will be created incorrectly.