You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Georg Beck (Jira)" <ji...@apache.org> on 2022/08/01 06:33:00 UTC

[jira] [Created] (OFBIZ-12677) Backend Party Manager: Removed hidden statusId field and added drop-down for status selection in findparty form to be able to find not ENABLED parties too

Georg Beck created OFBIZ-12677:
----------------------------------

             Summary: Backend Party Manager: Removed hidden statusId field and added drop-down for status selection in findparty form to be able to find not ENABLED parties too
                 Key: OFBIZ-12677
                 URL: https://issues.apache.org/jira/browse/OFBIZ-12677
             Project: OFBiz
          Issue Type: Improvement
    Affects Versions: 18.12.06, 22.01.01, Upcoming Branch
            Reporter: Georg Beck


Central actor search around the static Party.statusId field simplified and the logic behind it fixed. Thus, the statusId value is also available in performPartyFind Service.

Possible search filters:
 * No selection statusId: No filter on statusId => finds all parties
 * Selection PARTY_ENABLED: Finds parties with statusId null or statusId PARTY_ENABLED
 * Selection PARTY_DISABLED or possibly other maintained in StatusItem: Finds parties with exactly the selected status



--
This message was sent by Atlassian Jira
(v8.20.10#820010)