-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Implemented
-
Affects Version/s: Trunk
-
Fix Version/s: Upcoming Branch
-
Component/s: framework
-
Labels:
-
Sprint:OFBiz Community Day (Feb 2020)
OFBIZ-11330 added use of FlexibleStringExpander when generating the parameter-name for a Form Widget Field.
The form widget's Lookup field makes use of a target-parameter attribute to determine the input fields which should be read from when making a lookup request.
Since we can now generate field parameter names from FlexibleStringExpander expressions it seems appropriate to be able to populate the target-parameter with the same expressions. Not doing so means that we can potentially generate parameter names that cannot be referenced by a lookup field.