You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Nicolas Malin (Created) (JIRA)" <ji...@apache.org> on 2012/03/29 14:48:25 UTC

[jira] [Created] (OFBIZ-4770) editCalEvent not use label system on status drop-down

editCalEvent not use label system on status drop-down
-----------------------------------------------------

                 Key: OFBIZ-4770
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4770
             Project: OFBiz
          Issue Type: Improvement
          Components: workeffort
    Affects Versions: SVN trunk
            Reporter: Nicolas Malin
            Priority: Trivial


Currently editCalEvent retreive status available list by an entity-condition and disply it by <list-options>. This process work fine but don't use label engine to resolve the status description (annoying when you don't understand english word ;) )

I propose a solution by a statusType list an a display with <entity-options/> (see patch for more information)

I open If you find a better solution.

Nicolas

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (OFBIZ-4770) editCalEvent not use label system on status drop-down

Posted by "Erwan de FERRIERES (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES reassigned OFBIZ-4770:
-----------------------------------------

    Assignee: Erwan de FERRIERES
    
> editCalEvent not use label system on status drop-down
> -----------------------------------------------------
>
>                 Key: OFBIZ-4770
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4770
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: workeffort
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>            Assignee: Erwan de FERRIERES
>            Priority: Trivial
>              Labels: label
>         Attachments: OFBIZ-4470.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Currently editCalEvent retreive status available list by an entity-condition and disply it by <list-options>. This process work fine but don't use label engine to resolve the status description (annoying when you don't understand english word ;) )
> I propose a solution by a statusType list an a display with <entity-options/> (see patch for more information)
> I open If you find a better solution.
> Nicolas

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (OFBIZ-4770) editCalEvent not use label system on status drop-down

Posted by "Erwan de FERRIERES (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES closed OFBIZ-4770.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

done at rev 1307097
Thanks Nicolas
                
> editCalEvent not use label system on status drop-down
> -----------------------------------------------------
>
>                 Key: OFBIZ-4770
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4770
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: workeffort
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>            Assignee: Erwan de FERRIERES
>            Priority: Trivial
>              Labels: label
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4470.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Currently editCalEvent retreive status available list by an entity-condition and disply it by <list-options>. This process work fine but don't use label engine to resolve the status description (annoying when you don't understand english word ;) )
> I propose a solution by a statusType list an a display with <entity-options/> (see patch for more information)
> I open If you find a better solution.
> Nicolas

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OFBIZ-4770) editCalEvent not use label system on status drop-down

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

Nicolas Malin updated OFBIZ-4770:
---------------------------------

    Attachment: OFBIZ-4470.patch
    
> editCalEvent not use label system on status drop-down
> -----------------------------------------------------
>
>                 Key: OFBIZ-4770
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4770
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: workeffort
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>            Priority: Trivial
>              Labels: label
>         Attachments: OFBIZ-4470.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Currently editCalEvent retreive status available list by an entity-condition and disply it by <list-options>. This process work fine but don't use label engine to resolve the status description (annoying when you don't understand english word ;) )
> I propose a solution by a statusType list an a display with <entity-options/> (see patch for more information)
> I open If you find a better solution.
> Nicolas

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OFBIZ-4770) editCalEvent not use label system on status drop-down

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

Nicolas Malin updated OFBIZ-4770:
---------------------------------

    Attachment: OFBIZ-4986.patch
    
> editCalEvent not use label system on status drop-down
> -----------------------------------------------------
>
>                 Key: OFBIZ-4770
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4770
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: workeffort
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>            Assignee: Erwan de FERRIERES
>            Priority: Trivial
>              Labels: label
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4470.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Currently editCalEvent retreive status available list by an entity-condition and disply it by <list-options>. This process work fine but don't use label engine to resolve the status description (annoying when you don't understand english word ;) )
> I propose a solution by a statusType list an a display with <entity-options/> (see patch for more information)
> I open If you find a better solution.
> Nicolas

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OFBIZ-4770) editCalEvent not use label system on status drop-down

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

Nicolas Malin updated OFBIZ-4770:
---------------------------------

    Attachment:     (was: OFBIZ-4986.patch)
    
> editCalEvent not use label system on status drop-down
> -----------------------------------------------------
>
>                 Key: OFBIZ-4770
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4770
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: workeffort
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>            Assignee: Erwan de FERRIERES
>            Priority: Trivial
>              Labels: label
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4470.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Currently editCalEvent retreive status available list by an entity-condition and disply it by <list-options>. This process work fine but don't use label engine to resolve the status description (annoying when you don't understand english word ;) )
> I propose a solution by a statusType list an a display with <entity-options/> (see patch for more information)
> I open If you find a better solution.
> Nicolas

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira