svn commit: r1858435 - /ofbiz/ofbiz-plugins/trunk/ecommerce/widget/ForumForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1858435 - /ofbiz/ofbiz-plugins/trunk/ecommerce/widget/ForumForms.xml

jacopoc
Author: jacopoc
Date: Tue Apr 30 14:47:31 2019
New Revision: 1858435

URL: http://svn.apache.org/viewvc?rev=1858435&view=rev
Log:
Fixed: improved the configuration for the "add forum message" form (the source
tab is not needed in the ecommerce application).

Modified:
    ofbiz/ofbiz-plugins/trunk/ecommerce/widget/ForumForms.xml

Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/widget/ForumForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/widget/ForumForms.xml?rev=1858435&r1=1858434&r2=1858435&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/widget/ForumForms.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/widget/ForumForms.xml Tue Apr 30 14:47:31 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>