[jira] Created: (OFBIZ-1903) Common lables are not included in the applications/content/webapp/content/website/WebSiteForms.xml

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

[jira] Created: (OFBIZ-1903) Common lables are not included in the applications/content/webapp/content/website/WebSiteForms.xml

Nicolas Malin (Jira)
Common lables are not included in the applications/content/webapp/content/website/WebSiteForms.xml
--------------------------------------------------------------------------------------------------

                 Key: OFBIZ-1903
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1903
             Project: OFBiz
          Issue Type: Bug
          Components: content
    Affects Versions: SVN trunk
            Reporter: BJ Freeman
            Priority: Minor
             Fix For: SVN trunk


        <field use-when="webSite==null&amp;&amp;webSiteId!=null" name="webSiteId" tooltip="${uiLabelMap.CommonCannotBeFound}: [${webSiteId}]"><text size="20" maxlength="20"/></field>

shows up on the form as CommonCannotBeFound in the tool tips.


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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1903) Common lables are not included in the applications/content/webapp/content/website/WebSiteForms.xml

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618407#action_12618407 ]

Bilgin Ibryam commented on OFBIZ-1903:
--------------------------------------

It seems that CommonCannotBeFound label is missing.
May someone (with framework access) add it to CommonUiLabels.xml file?

> Common lables are not included in the applications/content/webapp/content/website/WebSiteForms.xml
> --------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1903
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1903
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: SVN trunk
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>
>         <field use-when="webSite==null&amp;&amp;webSiteId!=null" name="webSiteId" tooltip="${uiLabelMap.CommonCannotBeFound}: [${webSiteId}]"><text size="20" maxlength="20"/></field>
> shows up on the form as CommonCannotBeFound in the tool tips.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1903) Common lables are not included in the applications/content/webapp/content/website/WebSiteForms.xml

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618426#action_12618426 ]

Adrian Crum commented on OFBIZ-1903:
------------------------------------

It would be better to have a UI label in the content component - one that includes the [${webSiteId}] text.


> Common lables are not included in the applications/content/webapp/content/website/WebSiteForms.xml
> --------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1903
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1903
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: SVN trunk
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>
>         <field use-when="webSite==null&amp;&amp;webSiteId!=null" name="webSiteId" tooltip="${uiLabelMap.CommonCannotBeFound}: [${webSiteId}]"><text size="20" maxlength="20"/></field>
> shows up on the form as CommonCannotBeFound in the tool tips.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1903) Common lables are not included in the applications/content/webapp/content/website/WebSiteForms.xml

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-1903.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release Branch 4.0
         Assignee: Jacques Le Roux

Fixed in trunk revision 684359, release4.0 revision 684368.

CommonCannotBeFound has never existed and is used in some places (mostly in Content comp.). I preferred to use "Could not be found"

This should fix also the problem referred in http://www.nabble.com/Re:--jira--Updated:-(OFBIZ-1892)-cant-create-website-td18722122.html

> Common lables are not included in the applications/content/webapp/content/website/WebSiteForms.xml
> --------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1903
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1903
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: SVN trunk
>            Reporter: BJ Freeman
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk, Release Branch 4.0
>
>
>         <field use-when="webSite==null&amp;&amp;webSiteId!=null" name="webSiteId" tooltip="${uiLabelMap.CommonCannotBeFound}: [${webSiteId}]"><text size="20" maxlength="20"/></field>
> shows up on the form as CommonCannotBeFound in the tool tips.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1903) Common lables are not included in the applications/content/webapp/content/website/WebSiteForms.xml

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621194#action_12621194 ]

Jacques Le Roux commented on OFBIZ-1903:
----------------------------------------

Looks like, with last Jira enhancements, my comments in commit are enough now. So next time I will only close the issue, without comments.

> Common lables are not included in the applications/content/webapp/content/website/WebSiteForms.xml
> --------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1903
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1903
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: SVN trunk
>            Reporter: BJ Freeman
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk, Release Branch 4.0
>
>
>         <field use-when="webSite==null&amp;&amp;webSiteId!=null" name="webSiteId" tooltip="${uiLabelMap.CommonCannotBeFound}: [${webSiteId}]"><text size="20" maxlength="20"/></field>
> shows up on the form as CommonCannotBeFound in the tool tips.

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