You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Rohit Rai (JIRA)" <ji...@apache.org> on 2017/08/22 13:33:01 UTC

[jira] [Assigned] (OFBIZ-9608) Use auto-attributes in ProductFeatureCategory CRUD services

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

Rohit Rai reassigned OFBIZ-9608:
--------------------------------

    Assignee:     (was: Rohit Rai)

> Use auto-attributes in ProductFeatureCategory CRUD services
> -----------------------------------------------------------
>
>                 Key: OFBIZ-9608
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9608
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Rohit Rai
>         Attachments: OFBIZ-9608.patch
>
>
> ProductFeatureCategory CRUD services have explicitly mentioned IN/OUT parameters in their service definition, like
> <attribute name="description" type="string" mode="IN" optional="false"/>
> Rather, the IN/OUT parameters for this crud services should have been written using auto-attribute, like
> <auto-attributes include="nonpk" mode="IN" optional="true"/>



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