You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2015/03/19 14:43:38 UTC

[jira] [Comment Edited] (OFBIZ-6165) Improve FindScreenDecorator to work with configurability of Search Find Screens per app.

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

Pierre Smits edited comment on OFBIZ-6165 at 3/19/15 1:43 PM:
--------------------------------------------------------------

<set field="parameters.noConditionFind" value="Y"/> is set in 11 forms, in 7 screens.
<set field="noConditionFind" value="Y"/> is set in 4 forms, 4 screens
<field name="noConditionFind"><hidden value="Y"/> is defined in 157 forms
<input type="hidden" name="noConditionFind" value="Y"/> is in 4 ftl files.

That is injected into (almost) every set of request parameters regarding search/find. That should go out, as that doesn't constitute configurable. 

The reason why this is in is this: >*<!-- if this isn't there then with all fields empty no query will be done -->*

So please enlighten me and all other contributors and tell where my patch is not the first step in addressing that?







was (Author: pfm.smits):
<set field="parameters.noConditionFind" value="Y"/> is set in 11 forms, in 7 screens.
<set field="noConditionFind" value="Y"/> is set in 4 forms, 4 screens
<field name="noConditionFind"><hidden value="Y"/> is defined in 157 forms
<input type="hidden" name="noConditionFind" value="Y"/> is in 4 ftl files.

That is injected into (almost) every set of request parameters regarding search/find. That should go out, as that doesn't constitute configurable. 

The reason why this is in is this: >*<!-- if this isn't there then with all fields empty no query will be done --></field>*






> Improve FindScreenDecorator to work with configurability of Search Find Screens per app.
> ----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-6165
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6165
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>            Assignee: Pierre Smits
>              Labels: configuration, find, multi-tenant, search
>         Attachments: OFBIZ-6265-FrameworkSearchfind.patch
>
>
> In order to enable apps specific configurations for Search Find screens, the FindScreenDecorator needs to be adjusted.



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