Leon created OFBIZ-5211:
---------------------------
Summary: Make "showDescription" of <lookup> filed configurable individually
Key: OFBIZ-5211
URL:
https://issues.apache.org/jira/browse/OFBIZ-5211 Project: OFBiz
Issue Type: Improvement
Components: framework
Reporter: Leon
Priority: Minor
For now, It's configured globally through "widget.lookup.showDescription" in widget.properties.
In some case, we want to disable this feature for particular <lookup> filed. So we try to make it enabled.
1. update the widget-form.xsd to add new attribute "show-description" to <lookup> filed
* if set this attribute explicitly to true or false, then showDescription feature is enabled or disabled respectively
* if this attribute is not set (default), then showDescription or not depends on the "widget.lookup.showDescription" setting
2. modify ModelFormField and MacroFormRenderer to make it works
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira