Author: jleroux
Date: Wed Apr 8 11:48:42 2009 New Revision: 763195 URL: http://svn.apache.org/viewvc?rev=763195&view=rev Log: A patch from Divesh Dutta "Some errors and bugs coming on console" https://issues.apache.org/jira/browse/OFBIZ-2280 Modified: ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml ofbiz/trunk/applications/content/widget/forum/ForumForms.xml ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml Modified: ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml?rev=763195&r1=763194&r2=763195&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml (original) +++ ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml Wed Apr 8 11:48:42 2009 @@ -218,7 +218,7 @@ <link target="resequenceCompDocPart"> <parameter param-name="contentId"/> <parameter param-name="dir" value="up"/> - <parameter param-name="contentAssocTypeId" value="COMPDOC_PART" + <parameter param-name="contentAssocTypeId" value="COMPDOC_PART"/> <parameter param-name="contentIdTo"/> <parameter param-name="caContentAssocTypeId" from-field="contentAssocTypeId"/> <parameter param-name="caSequenceNum" from-field="seqNumBefore"/> @@ -234,7 +234,7 @@ <link target="resequenceCompDocPart"> <parameter param-name="contentId"/> <parameter param-name="dir" value="down"/> - <parameter param-name="contentAssocTypeId" value="COMPDOC_PART" + <parameter param-name="contentAssocTypeId" value="COMPDOC_PART"/> <parameter param-name="contentIdTo"/> <parameter param-name="caContentAssocTypeId" from-field="contentAssocTypeId"/> <parameter param-name="caSequenceNum" from-field="seqNumBefore"/> Modified: ofbiz/trunk/applications/content/widget/forum/ForumForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/forum/ForumForms.xml?rev=763195&r1=763194&r2=763195&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/forum/ForumForms.xml (original) +++ ofbiz/trunk/applications/content/widget/forum/ForumForms.xml Wed Apr 8 11:48:42 2009 @@ -46,7 +46,7 @@ <field name="contentAssocTypeId"><hidden value="${caContentAssocTypeId}"/></field> <field name="contentTypeId"><hidden/></field> <field name="select" widget-style="buttontext" entry-name="contentId" parameter-name="contentId"> - <hyperlink target="findForumMessages" description="${uiLabelMap.ContentForumMessages"> + <hyperlink target="findForumMessages" description="${uiLabelMap.ContentForumMessages}"> <parameter param-name="forumGroupId" from-field="parameters.forumGroupId"/> <parameter param-name="forumId" from-field="contentId"/> </hyperlink> Modified: ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml?rev=763195&r1=763194&r2=763195&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml Wed Apr 8 11:48:42 2009 @@ -643,8 +643,8 @@ <decorator-screen name="CommonProductStoreDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <container> - <link target="/marketing/control/viewSegmentGroup" style="buttontext" url-mode="inter-app"> - <parameter param-name="productStoreId" from-field="productStoreId}" text="${uiLabelMap.ProductNewSegment"/> + <link target="/marketing/control/viewSegmentGroup" style="buttontext" url-mode="inter-app" text="${uiLabelMap.ProductNewSegment}"> + <parameter param-name="productStoreId" from-field="productStoreId"/> </link> </container> <container style="screenlet"> |
Free forum by Nabble | Edit this page |