Job Scheduler: Incorrectly formatted job property values are not translated when user attempts to post job
GENERAL
TESTING
GENERAL
TESTING
Description
If a user enters "True" instead of "true" in the boolean.property field for a configurable job, the backend should translate the invalid entry to a value that works.
I think after fixing and the errors are displayed from SAK-44384, this is really a non-issue. Since this is a test job, and the user is presented with value and invalid values, it's trivial to just use a correct value.
I'd wait till those are merged and verified and see what others thoughts are.
Matthew Jones January 17, 2021 at 2:08 PM
I created and while that doesn't fix this issue specifically it helps as the description there should say the text below, rather than "boolean.property.description"
Valid values are: "true", "false", "yes", or "no"
Shawn Foster October 5, 2020 at 1:24 PM
Ideally, the properties would know what type of input is expected. For integers, only accepts integers. For booleans, provide those two options to select from.
If a user enters "True" instead of "true" in the boolean.property field for a configurable job, the backend should translate the invalid entry to a value that works.