Hello, as the doc says, the method dsRequest.setValidated can be used to skip validation server side.
I've tried it in a dataSource with a serverConstructor, overriding the execute method, and it works: I've conditioned it for a particular user role.
Is it possible to skip validation only for a specific field, instead?
I've looked for something like dsRequest.getField("foo").setValidated but found nothing.
I've tried it in a dataSource with a serverConstructor, overriding the execute method, and it works: I've conditioned it for a particular user role.
Is it possible to skip validation only for a specific field, instead?
I've looked for something like dsRequest.getField("foo").setValidated but found nothing.
Comment