a data is missing
----------------- Key: OFBIZ-3148 URL: https://issues.apache.org/jira/browse/OFBIZ-3148 Project: OFBiz Issue Type: Bug Reporter: matthieu bollot A lead just created has a Party statusId set to LEAD_CONVERTED. Go to sfa/lead, select a lead, and choose "update" in personal information. (or go to https://localhost:8443/sfa/control/editperson?partyId=10000 where 10000 is the partyId of a created lead) From here, you can set statusId to Disabled (ie : PARTY_DISABLED) There is an error because in the StatusValidChange table, there is no way to change LEAD_CONVERTED.to PARTY_DISABLED. I don't know what is the best way to correct that, but a patch follows this jira which introduce the new data. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] matthieu bollot updated OFBIZ-3148: ----------------------------------- Attachment: OFBIZ-3148.patch add data to convert lead to disabled > a data is missing > ----------------- > > Key: OFBIZ-3148 > URL: https://issues.apache.org/jira/browse/OFBIZ-3148 > Project: OFBiz > Issue Type: Bug > Reporter: matthieu bollot > Attachments: OFBIZ-3148.patch > > > A lead just created has a Party statusId set to LEAD_CONVERTED. > Go to sfa/lead, select a lead, and choose "update" in personal information. (or go to https://localhost:8443/sfa/control/editperson?partyId=10000 where 10000 is the partyId of a created lead) > From here, you can set statusId to Disabled (ie : PARTY_DISABLED) > There is an error because in the StatusValidChange table, there is no way to change LEAD_CONVERTED.to PARTY_DISABLED. I don't know what is the best way to correct that, but a patch follows this jira which introduce the new data. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-3148. ---------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Release Branch 9.04 Assignee: Jacques Le Roux Thanks Matthieu, I can't see a better fix. Your patch is in trunk at r832698, R9.04 at r832703 > a data is missing > ----------------- > > Key: OFBIZ-3148 > URL: https://issues.apache.org/jira/browse/OFBIZ-3148 > Project: OFBiz > Issue Type: Bug > Reporter: matthieu bollot > Assignee: Jacques Le Roux > Fix For: Release Branch 9.04, SVN trunk > > Attachments: OFBIZ-3148.patch > > > A lead just created has a Party statusId set to LEAD_CONVERTED. > Go to sfa/lead, select a lead, and choose "update" in personal information. (or go to https://localhost:8443/sfa/control/editperson?partyId=10000 where 10000 is the partyId of a created lead) > From here, you can set statusId to Disabled (ie : PARTY_DISABLED) > There is an error because in the StatusValidChange table, there is no way to change LEAD_CONVERTED.to PARTY_DISABLED. I don't know what is the best way to correct that, but a patch follows this jira which introduce the new data. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |