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 07:09:00 UTC

[jira] [Updated] (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

     [ https://issues.apache.org/jira/browse/OFBIZ-12677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Georg Beck updated OFBIZ-12677:
-------------------------------
    Description: 
 

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

  was:
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


> 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
>            Priority: Major
>
>  
> 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)