[
https://issues.apache.org/jira/browse/OFBIZ-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Suraj Khurana updated OFBIZ-10396:
----------------------------------
Description:
Currently, everywhere in code base, before creating new party contact mech
record, we use
deletePartyContactMechPurposeIfExists service to delete old records. But,
problem is
<first-from-list is used everywhere which only deletes first fetched record.
All previous records should also gets deleted before creating new party contact
mech purpose for a specific purpose type.
was:
Currently, everywhere in code base, before creating new party contact mech
record, we use
deletePartyContactMechPurposeIfExists service to delete old record. But,
problem is
<first-from-list is used everywhere which only deletes one record.
All previous records should gets deleted before creating new party contact mech
purpose for a specific purpose type.
> All party contact mech should be deleted before creating new one
> ----------------------------------------------------------------
>
> Key: OFBIZ-10396
> URL: https://issues.apache.org/jira/browse/OFBIZ-10396
> Project: OFBiz
> Issue Type: Improvement
> Reporter: Suraj Khurana
> Assignee: Suraj Khurana
> Priority: Major
>
> Currently, everywhere in code base, before creating new party contact mech
> record, we use
> deletePartyContactMechPurposeIfExists service to delete old records. But,
> problem is
> <first-from-list is used everywhere which only deletes first fetched record.
> All previous records should also gets deleted before creating new party
> contact mech purpose for a specific purpose type.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)