Author: jacopoc
Date: Tue Apr 30 14:58:45 2019
New Revision: 1858439
URL:
http://svn.apache.org/viewvc?rev=1858439&view=revLog:
Applied fix from trunk for revision: 1858435
===
Fixed: improved the configuration for the "add forum message" form (the source
tab is not needed in the ecommerce application).
Modified:
ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/widget/ForumForms.xml
Modified: ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/widget/ForumForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/widget/ForumForms.xml?rev=1858439&r1=1858438&r2=1858439&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/widget/ForumForms.xml (original)
+++ ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/widget/ForumForms.xml Tue Apr 30 14:58:45 2019
@@ -33,7 +33,7 @@ under the License.
<field name="pubPtContentId"><hidden value="${parameters.forumId}"/></field>
<field name="contentAssocTypeId"><hidden value="${contentAssoc.contentAssocTypeId}"/></field>
<field name="textData" map-name="dummy">
- <textarea rows="10" visual-editor-enable="true" visual-editor-buttons="compact"/>
+ <textarea rows="10" visual-editor-enable="false" visual-editor-buttons="compact"/>
</field>
<field name="addButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>