[
https://issues.apache.org/jira/browse/OFBIZ-13331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18051754#comment-18051754
]
Nicolas Malin commented on OFBIZ-13331:
---------------------------------------
Ok I found the problem introduce, my fix override the entry-map parameter it's
the reason that some form and not all lost their value because tried to found
it on parameters.
The pb, it's a fix came from our production site so I didn't understand why I
didn't detect this before. So thanks [~jacopoc] for your acuity.
I'll remove the fix version I suppose that I mix with the OFBIZ-13330
> Form under ModelGrid don't use values in parameters and block others
> --------------------------------------------------------------------
>
> Key: OFBIZ-13331
> URL: https://issues.apache.org/jira/browse/OFBIZ-13331
> Project: OFBiz
> Issue Type: Bug
> Components: framework/widget
> Reporter: Nicolas Malin
> Assignee: Nicolas Malin
> Priority: Minor
> Fix For: 24.09.05
>
> Attachments: Company-PartyProfilePage.png, OFBIZ-13331_1.patch,
> OFBiz-13331.patch
>
>
> When you load a widget screen, to know if a form collect some values on
> parameters map, a boolean *useRequestParameters* is present on context.
> If the model form detect that it build a ModelGrid it set
> *useRequestParameters* at false.
> Problem if some form need to collect information after a grid, we need to set
> it to true.
> To solve this we add the form name in context that not collect on parameters
> to don't impact some others.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)