[
https://issues.apache.org/jira/browse/OFBIZ-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264947#comment-13264947
]
Tom Burns commented on OFBIZ-4838:
----------------------------------
OFBIZ-4838 Party Group Status Change.patch has been tested on both 10.4 and
11.04 branches as well as the trunk.
OFBIZ-4838 Party Entity Set Status Enabled.patch only applies to the trunk due
to the different numbers of party entities in different versions.
In the trunk after applying Party Group Status Change.patch
The COUNT(*) from PARTY
EQUALS
select COUNT(*) from PARTY WHERE status_id='PARTY_ENABLED';
EQUALS
127
Summary of Party XML Entities
Version Count XML Count DB
10.4 140 110
11.4 144 114
Trunk 159 127
Separate versions of Party Entity Set Status Enabled.patch for 10.4 and 1.4 can
be provided if needed.
> Party Manager Party StatusId Update Fails
> -----------------------------------------
>
> Key: OFBIZ-4838
> URL: https://issues.apache.org/jira/browse/OFBIZ-4838
> Project: OFBiz
> Issue Type: Bug
> Components: party
> Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
> Environment: demo-trunk
> Reporter: Tom Burns
> Priority: Minor
> Attachments: Analysis Notes from OFBIZ-4838.txt, OFBIZ-4838 Party
> Entity Set Status Enabled.patch, OFBIZ-4838 Party Group Status Change
> Test.patch, OFBIZ-4838 Party Group Status Change.patch
>
>
> Party Manager does not update the party status id correctly.
> To reproduce:
> First:
> In Party Manager lookup party id "Company"
> Click "Update" In Profile > Party Group Information
> Note: Status Id drop-down field displays Enabled
> Click "Save"
> Then:
> In Web Tools Interactive version lookup Party party_id = "Company"
> Expect: StatusId = "Enabled"
> Actual: StatusId = NULL
> PartyServices setPartyStatus is not updating the party status.
> The question before fixing, is there any reason to allow null status id's on
> a party?
> Shouldn't every party either be Enabled or Disabled?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira