svn commit: r578248 - /ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml

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

svn commit: r578248 - /ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml

jleroux@apache.org
Author: jleroux
Date: Fri Sep 21 12:57:47 2007
New Revision: 578248

URL: http://svn.apache.org/viewvc?rev=578248&view=rev
Log:
Applied fix from trunk for revision: 571337

Modified:
    ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml

Modified: ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml?rev=578248&r1=578247&r2=578248&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml (original)
+++ ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml Fri Sep 21 12:57:47 2007
@@ -154,6 +154,7 @@
         <field name="contentIdTo"><hidden/></field>
         <field name="contentAssocTypeId"><hidden value="RESPONSE"/></field>
         <field name="dataResourceTypeId"><hidden value="ELECTRONIC_TEXT"/></field>
+        <field name="dataResourceTypeId"><hidden value="ELECTRONIC_TEXT"/></field>
         <field name="forumMessageText" parameter-name="textData"><textarea rows="10"/></field>
         <field name="addButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>


Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r578248 - /ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml

David E Jones-2

This appears to create a duplicate line.

-David


[hidden email] wrote:

> Author: jleroux
> Date: Fri Sep 21 12:57:47 2007
> New Revision: 578248
>
> URL: http://svn.apache.org/viewvc?rev=578248&view=rev
> Log:
> Applied fix from trunk for revision: 571337
>
> Modified:
>     ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml
>
> Modified: ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml
> URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml?rev=578248&r1=578247&r2=578248&view=diff
> ==============================================================================
> --- ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml (original)
> +++ ofbiz/branches/release4.0/applications/content/widget/forum/ForumForms.xml Fri Sep 21 12:57:47 2007
> @@ -154,6 +154,7 @@
>          <field name="contentIdTo"><hidden/></field>
>          <field name="contentAssocTypeId"><hidden value="RESPONSE"/></field>
>          <field name="dataResourceTypeId"><hidden value="ELECTRONIC_TEXT"/></field>
> +        <field name="dataResourceTypeId"><hidden value="ELECTRONIC_TEXT"/></field>
>          <field name="forumMessageText" parameter-name="textData"><textarea rows="10"/></field>
>          <field name="addButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
>      </form>
>
>