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> > > |
I wonder if that change was already applied. The duplicate doesn't exist in the trunk.
David E Jones wrote: > > 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> >> >> > |
Administrator
|
Yes already done in http://svn.apache.org/viewvc?rev=571393&view=rev (by myself actually),
I droppe the line in revision 578272. Sorry and thanks to both Jacques De : "Adrian Crum" <[hidden email]> > I wonder if that change was already applied. The duplicate doesn't exist in the trunk. > > David E Jones wrote: > > > > > 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: > >> > >> > >> ============================================================================== > >> > >> --- > >> 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> > >> > >> > > > |
Free forum by Nabble | Edit this page |