[jira] [Updated] (OFBIZ-6468) Add support for ModelForm.type tracking from ModelFormFieldBuilder

2015-06-06 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6468:

  Priority: Minor  (was: Major)
Issue Type: Improvement  (was: Bug)

 Add support for ModelForm.type tracking from ModelFormFieldBuilder
 --

 Key: OFBIZ-6468
 URL: https://issues.apache.org/jira/browse/OFBIZ-6468
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor

 This could be done by adding ModelFormFieldBuilder.modelField as new member 
 for tracking the entire ModelField object or if thats overkill adding 
 ModelFormFieldBuilder.modelFieldType for just the type.
 This functionality would provide a way for OFBIZ-6456 to ignore the default 
 field sequence sort for id type fields that are hyperlinks which typically 
 appear as beginning fields.



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


[jira] [Updated] (OFBIZ-6468) Add support for ModelForm.type tracking from ModelFormFieldBuilder

2015-06-06 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6468:

Attachment: OFBIZ-6468_2.patch

This patch adds modelFieldType string as member to ModelFormFieldBuilder class 
to track the original ModelField.type of auto-fields-entity.

 Add support for ModelForm.type tracking from ModelFormFieldBuilder
 --

 Key: OFBIZ-6468
 URL: https://issues.apache.org/jira/browse/OFBIZ-6468
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6468_2.patch


 This could be done by adding ModelFormFieldBuilder.modelField as new member 
 for tracking the entire ModelField object or if thats overkill adding 
 ModelFormFieldBuilder.modelFieldType for just the type.
 This functionality would provide a way for OFBIZ-6456 to ignore the default 
 field sequence sort for id type fields that are hyperlinks which typically 
 appear as beginning fields.



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