svn commit: r569871 - /ofbiz/trunk/applications/content/widget/forum/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: r569871 - /ofbiz/trunk/applications/content/widget/forum/ForumForms.xml

adrianc
Author: adrianc
Date: Sun Aug 26 12:34:55 2007
New Revision: 569871

URL: http://svn.apache.org/viewvc?rev=569871&view=rev
Log:
Fixed forum create.

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=569871&r1=569870&r2=569871&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/forum/ForumForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/forum/ForumForms.xml Sun Aug 26 12:34:55 2007
@@ -54,7 +54,7 @@
         <field name="caFromDate"><date-time/></field>
         <field name="contentTypeId"><hidden value="WEB_SITE_PUB_PT"/></field>
         <field name="ownerContentId"><hidden value="${parameters.forumGroupId}"/></field>
-        <field name="caContentIdTo"><hidden value="${parameters.forumGroupId}"/></field>
+        <field name="caContentId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="caContentAssocTypeId"><hidden value="SUBSITE"/></field>
         <field name="addButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>