[jira] [Commented] (OFBIZ-6415) renderTextFindField doesn't reselect operation dropdown or ignoreCase checkbox

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

[jira] [Commented] (OFBIZ-6415) renderTextFindField doesn't reselect operation dropdown or ignoreCase checkbox

Nicolas Malin (Jira)

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

Nicolas Malin commented on OFBIZ-6415:
--------------------------------------

Christian can you give me the reason to test the value name on the parameters and after return de option and not test directly the option ?
{code}
+                if (parameters.containsKey(this.getModelFormField().getName())) {
+                    defaultOption = (String)parameters.get(this.getModelFormField().getName().concat("_op"));  
+                }
{code}


> renderTextFindField doesn't reselect operation dropdown or ignoreCase checkbox
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-6415
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6415
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Christian Carlow
>            Assignee: Nicolas Malin
>         Attachments: OFBIZ-6415.patch
>
>




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