You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ruth Hoffman (JIRA)" <ji...@apache.org> on 2009/06/11 22:00:10 UTC

[jira] Created: (OFBIZ-2594) Title on Featured Products Category screen reads "Featured products". Should read: "Featured Products" to be consistent with other category titles and past version of OFBiz

Title on Featured Products Category screen reads "Featured products". Should read: "Featured Products" to be consistent with other category titles and past version of OFBiz
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-2594
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2594
             Project: OFBiz
          Issue Type: Bug
          Components: specialpurpose/ecommerce
         Environment: I think the demo seed data in ~ecommerce/data/DemoProductCateoriesI18nData.xml is incorrect
            Reporter: Ruth Hoffman
            Priority: Minor


<ElectronicText dataResourceId="DRPROMO-001DESCEN" textData="Featured products"/>
...
    <Content contentId="CPROMO-001DESCEN" contentTypeId="DOCUMENT" dataResourceId="DRPROMO-001DESCEN" description="DESCRIPTION EN Featured products" localeString="en"/>

should be
<ElectronicText dataResourceId="DRPROMO-001DESCEN" textData="Featured Products"/>
...
    <Content contentId="CPROMO-001DESCEN" contentTypeId="DOCUMENT" dataResourceId="DRPROMO-001DESCEN" description="DESCRIPTION EN Featured Products" localeString="en"/>

Not sure if this is set anywhere else within the release.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-2594) Title on Featured Products Category screen reads "Featured products". Should read: "Featured Products" to be consistent with other category titles and past version of OFBiz

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-2594.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Jacques Le Roux

Thanks Ruth,

Fixed in trunk at revision 783902.

> Title on Featured Products Category screen reads "Featured products". Should read: "Featured Products" to be consistent with other category titles and past version of OFBiz
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2594
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2594
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>         Environment: I think the demo seed data in ~ecommerce/data/DemoProductCateoriesI18nData.xml is incorrect
>            Reporter: Ruth Hoffman
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> <ElectronicText dataResourceId="DRPROMO-001DESCEN" textData="Featured products"/>
> ...
>     <Content contentId="CPROMO-001DESCEN" contentTypeId="DOCUMENT" dataResourceId="DRPROMO-001DESCEN" description="DESCRIPTION EN Featured products" localeString="en"/>
> should be
> <ElectronicText dataResourceId="DRPROMO-001DESCEN" textData="Featured Products"/>
> ...
>     <Content contentId="CPROMO-001DESCEN" contentTypeId="DOCUMENT" dataResourceId="DRPROMO-001DESCEN" description="DESCRIPTION EN Featured Products" localeString="en"/>
> Not sure if this is set anywhere else within the release.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.