Author: jacopoc
Date: Wed Mar 27 12:48:45 2013
New Revision: 1461551

URL: http://svn.apache.org/r1461551
Log:
OFBIZ-4908 Added missing target attribute from form definition that was 
preventing the update to work: thanks to Harsha Chadhar for the patch.

Modified:
    ofbiz/trunk/applications/content/widget/forum/ForumForms.xml

Modified: ofbiz/trunk/applications/content/widget/forum/ForumForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/forum/ForumForms.xml?rev=1461551&r1=1461550&r2=1461551&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/forum/ForumForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/forum/ForumForms.xml Wed Mar 27 
12:48:45 2013
@@ -20,7 +20,7 @@ under the License.
 
     <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
         
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd";>
-    <form name="ListForumGroups" type="list" list-name="forumGroups" 
separate-columns="true"
+    <form name="ListForumGroups" type="list" list-name="forumGroups" 
separate-columns="true" target="updateForumGroup"
         odd-row-style="alternate-row" header-row-style="header-row-2" 
default-table-style="basic-table hover-bar">
         <field name="select" widget-style="buttontext" entry-name="contentId" 
parameter-name="contentId">
             <hyperlink target="findForums" 
description="${uiLabelMap.FormFieldTitle_forums}">


Reply via email to