Community
Participate
Working Groups
Build Identifier: 3.7.0 The generation of the formdata does not work if there is a field which delegates the getConfiguredXy to another class. Example: @Order(10.0) public class Field1 extends AbstractStringField { @Override protected boolean getConfiguredMandatory() { return getConfiguredField1Mandatory(); } } This is used a lot when using template group boxes to configure the fields inside. Please either try to resolve the delegation or ignore this style of code for the input validation. Reproducible: Always
Created attachment 199822 [details] Sample scout project
Created attachment 202224 [details] patch proposal
patch proposal applied
patch applied for indigo SP1. Thank you Matthias.
shipped with scout 3.7.1
removed iplog flag from ticket and added iplog flag to attachment