You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Deepak Dixit (JIRA)" <ji...@apache.org> on 2017/07/08 08:18:00 UTC

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

     [ https://issues.apache.org/jira/browse/OFBIZ-9434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepak Dixit reassigned OFBIZ-9434:
-----------------------------------

    Assignee: Deepak Dixit

> 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
>            Assignee: Deepak Dixit
>            Priority: Minor
>         Attachments: OFBIZ-9434.patch
>
>
> 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)