Author: jacopoc
Date: Wed Mar 27 12:56:54 2013
New Revision: 1461558

URL: http://svn.apache.org/r1461558
Log:
Applied fix from trunk for revision: 1461551 
===

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/branches/release12.04/   (props changed)
    ofbiz/branches/release12.04/applications/content/widget/forum/ForumForms.xml

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1461551

Modified: 
ofbiz/branches/release12.04/applications/content/widget/forum/ForumForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/content/widget/forum/ForumForms.xml?rev=1461558&r1=1461557&r2=1461558&view=diff
==============================================================================
--- 
ofbiz/branches/release12.04/applications/content/widget/forum/ForumForms.xml 
(original)
+++ 
ofbiz/branches/release12.04/applications/content/widget/forum/ForumForms.xml 
Wed Mar 27 12:56:54 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