[jira] [Updated] (OFBIZ-8930) OFBIZ-7520: Consistency and Readability improvements for option (form widget) tag

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

[jira] [Updated] (OFBIZ-8930) OFBIZ-7520: Consistency and Readability improvements for option (form widget) tag

Nicolas Malin (Jira)

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

Anuj Jain updated OFBIZ-8930:
-----------------------------
    Description:
Code written in Minilang for the if-compare tag is not consistent throughout the application. The correct pattern to write

<option key="_NA_"  description=" " />

  was:
Code written in Minilang for the if-compare tag is not consistent throughout the application. The correct pattern to write

<option description=" " key="_NA_" />


> OFBIZ-7520: Consistency and Readability improvements for option (form widget) tag
> ---------------------------------------------------------------------------------
>
>                 Key: OFBIZ-8930
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-8930
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL COMPONENTS
>            Reporter: Anuj Jain
>            Priority: Minor
>
> Code written in Minilang for the if-compare tag is not consistent throughout the application. The correct pattern to write
> <option key="_NA_"  description=" " />



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)