[
https://issues.apache.org/jira/browse/OFBIZ-9220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aditya Sharma updated OFBIZ-9220:
---------------------------------
Attachment: OFBIZ-9220.patch
Problem:
1. Employment Application tab redirects to EditEmploymentApps.
2. EditEmploymentApps includes ListEmploymentApps form to list records.
3. ListEmploymentApps form list records by using PerformFind service.
4. inputFields passed to PerformFind service with employmentAppCtx,
employmentAppCtx should contain referredByPartyId in order to get all application related to given Party on the contrary in present scenario applicationId is set.
5. applicationId is only in parameters when you create a new Employment Application.
Solution:
On EditEmploymentApps screen employmentAppCtx.referredPartyId is set to parameters.partyId in contrast to applicationId. So that it list all application related to given partyId.
> Employment Applications in Party manager does not list any record even if they exist.
> -------------------------------------------------------------------------------------
>
> Key: OFBIZ-9220
> URL:
https://issues.apache.org/jira/browse/OFBIZ-9220> Project: OFBiz
> Issue Type: Bug
> Components: party
> Reporter: Aditya Sharma
> Assignee: Aditya Sharma
> Attachments: OFBIZ-9220.patch
>
>
> Steps to reproduce:
> 1. Go to party manager.
> 2. Find party Company (or any party) and navigate to Employment Application tab.
> 3. Now create Employment Application from Add Employment Applications. It will show newly created Employment Application.
> 4. Navigate to Employment Application again, list is not updated with newly created Employment Application (in fact it never has any Employment Application listed even if it exists).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)