You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2019/04/30 14:59:08 UTC

svn commit: r1858440 - /ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/widget/ForumForms.xml

Author: jacopoc
Date: Tue Apr 30 14:59:07 2019
New Revision: 1858440

URL: http://svn.apache.org/viewvc?rev=1858440&view=rev
Log:
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/release17.12/ecommerce/widget/ForumForms.xml

Modified: ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/widget/ForumForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/widget/ForumForms.xml?rev=1858440&r1=1858439&r2=1858440&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/widget/ForumForms.xml (original)
+++ ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/widget/ForumForms.xml Tue Apr 30 14:59:07 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>