Ron Wheeler created OFBIZ-6021:
----------------------------------
Summary: Part Demo Data is unnecessarily confusing
Key: OFBIZ-6021
URL:
https://issues.apache.org/jira/browse/OFBIZ-6021 Project: OFBiz
Issue Type: Improvement
Components: party
Affects Versions: 13.07.01
Environment: All
Reporter: Ron Wheeler
Priority: Minor
There is a party called admiin and a ContactMech called admin.
This makes the demo data hard to follow and can be easily fixed by remaing the contactMechId. .
<PartyRole partyId="admin" roleTypeId="EMAIL_ADMIN"/>
<PartyRole partyId="Company" roleTypeId="_NA_"/>
<PartyRelationship partyIdFrom="admin" roleTypeIdFrom="EMAIL_ADMIN" partyIdTo="Company" roleTypeIdTo="_NA_" fromDate="2000-01-01 00:00:00"/>
<PartyRole partyId="DemoEmployee" roleTypeId="EMAIL_ADMIN"/>
<PartyRelationship partyIdFrom="DemoEmployee" roleTypeIdFrom="EMAIL_ADMIN" partyIdTo="Company" roleTypeIdTo="_NA_" fromDate="2000-01-01 00:00:00"/>
<ContactMech contactMechId="admin" contactMechTypeId="EMAIL_ADDRESS" infoString="
[hidden email]"/>
<PartyContactMech partyId="admin" contactMechId="admin" fromDate="2003-01-01 00:00:00.0" allowSolicitation="Y"/>
<PartyContactMechPurpose contactMechPurposeTypeId="PRIMARY_EMAIL" partyId="admin" contactMechId="admin" fromDate="2003-01-01 00:00:00.0"/>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)