[jira] [Commented] (OFBIZ-9434) Remove hard-coded instances of "IN" with ModelService.IN_PARAM

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

[jira] [Commented] (OFBIZ-9434) Remove hard-coded instances of "IN" with ModelService.IN_PARAM

Nicolas Malin (Jira)

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

Michael Brohl commented on OFBIZ-9434:
--------------------------------------

+1, can you provide a patch for it?

> Remove hard-coded instances of "IN" with ModelService.IN_PARAM
> --------------------------------------------------------------
>
>                 Key: OFBIZ-9434
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9434
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Devanshu Vyas
>            Priority: Minor
>
> I found many occurrences in OFBiz where "IN" is used directly instead of ModelService.IN_PARAM which is the intended meaning/usage.
> {code}
> Map<String, Object> addOrderItemShipGroupMap = dctx.makeValidContext("addOrderItemShipGroup", "IN", context);
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)