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

Nicolas Malin commented on OFBIZ-5882:
--------------------------------------

o0 , yes Christian It's work.
The setFieldInfo make  a copy 
{code}
    public void setFieldInfo(FieldInfo fieldInfo) {
        // field info is a little different, check source for priority
        if (fieldInfo != null && (this.fieldInfo == null || 
(fieldInfo.getFieldSource() <= this.fieldInfo.getFieldSource()))) {
            this.fieldInfo = fieldInfo.copy(this);
        }
    }
{code}
Probably I was not paying attentive yesterdays. (I am dying for an excuse). 
So Adrian, can you confirm that this patch don't break anything that you 
correct on your last improvement ?

> Empty form widget drop-downs for auto-fields-entity and auto-fields-service
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-5882
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5882
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL APPLICATIONS, content, framework
>    Affects Versions: Trunk
>            Reporter: Christian Carlow
>            Assignee: Adrian Crum
>         Attachments: OFBIZ-5882.patch
>
>
> To reproduce:
> 1.  Navigate to content/control/EditContent to create new content
> 2.  Notice the contentTypeId, mimeTypeId, statusId, and characterSetId 
> drop-down fields are empty
> Removing <auto-fields-entity> from ContentForms.xml#EditContent causes the 
> drop-down to be correctly rendered.
> Anyone know if this is a malfunction in the auto-field-entity functionality?



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

Reply via email to