[jira] [Updated] (OFBIZ-9141) Refactor 'default-map-name' and 'list-name' into one mapping definition for form widgets.

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

[jira] [Updated] (OFBIZ-9141) Refactor 'default-map-name' and 'list-name' into one mapping definition for form widgets.

Nicolas Malin (Jira)

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

Pierre Smits updated OFBIZ-9141:
--------------------------------
    Description:
Currently we have:
* 'default-map-name', which can applied to form definitions of type='single'
* 'list-name', which can be applied to form definitions of type='list' and type='multi' and to grid definitions

They both mean the same, and it is the parent definition that defines how the mapped data is rendered.

Refactoring into one definition reduces the footprint, and removes ambiguity.

  was:
Currently we have:
* 'default-map-name', which can applied to form definitions of type='single'
* 'list-name', which can be applied to form definitions of type='list' and type="multi and to grid definitions

They both mean the same, and it is the parent definition that defines how the mapped data is rendered.

Refactoring into one definition reduces the footprint, and removes ambiguity.


> Refactor 'default-map-name' and 'list-name' into one mapping definition for form widgets.
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-9141
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9141
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS, framework
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>              Labels: refactoring, widget
>
> Currently we have:
> * 'default-map-name', which can applied to form definitions of type='single'
> * 'list-name', which can be applied to form definitions of type='list' and type='multi' and to grid definitions
> They both mean the same, and it is the parent definition that defines how the mapped data is rendered.
> Refactoring into one definition reduces the footprint, and removes ambiguity.



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