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

[jira] [Updated] (OFBIZ-8843) Improvements in CommEventContentAssoc entity definition and services

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

Rishi Solanki updated OFBIZ-8843:
---------------------------------
    Attachment: OFBIZ-8843.patch

Here is the patch for the same with some modification from the details shared in the ticket description.

- Did not convert the create operation as create service handling some scenarios and conditionally set the now time stamp in from date field.
- In update service match the input parameters to match the existing allowed fields to update.

> Improvements in CommEventContentAssoc entity definition and services
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-8843
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-8843
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: content
>    Affects Versions: Trunk
>            Reporter: Rishi Solanki
>            Priority: Minor
>         Attachments: OFBIZ-8843.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto (services_commevent.xml). Also remove the existing services from ContentServices.xml. 
> - Do related changes if any occurrence found for direct create/update/delete of this entity, and replace them with crud services implemented.
> - As existing workflows are implemented to delete the records so use the delete action for the same.
> - Need to convert Update and Delete services. Create can not be converted due to some conditional code. Keep the existing services names as is.



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