Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
18.12.05, Upcoming Branch, 22.01.01
-
None
Description
When you define a widget form and wish populate hidden fields with the element auto-fields-service, OFBiz rendering each as edit field type.
<form name="ListPartyQuals" ...>
<auto-fields-service service-name="updatePartyQual" default-field-type="hidden"/>
</form>
The problem came from the function ModelFormFieldBuilder.induceFieldInfoFromServiceParam didn't manage the case "hidden"
By the way, this function is a "if" forest, and simplify reading.
Attachments
Attachments
Issue Links
- links to