[
https://issues.apache.org/jira/browse/OFBIZ-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aditya Sharma updated OFBIZ-7535:
---------------------------------
Attachment: OFBIZ-7535.patch
Problem:
Submit button on ListEmploymentApps form has no check to hide when no record in List
Solution:
1.ListEmploymentApps form list records by using PerformFind service.
2. PerformFind service returns listSize, used it on button for attribute use-when. Button is only visible when listSize>0.
3. EditApplicationApp screen directly included ListEmploymentApps form due to on empty list UI get disturbed so included that into a screenlet.
> Broken page renders while click on Submit button
> ------------------------------------------------
>
> Key: OFBIZ-7535
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7535> Project: OFBiz
> Issue Type: Bug
> Components: party
> Reporter: Ankush Upadhyay
> Assignee: Divesh Dutta
> Priority: Minor
> Attachments: OFBIZ-7535.patch
>
>
> Steps to reproduce:
> 1. Go to party manager.
> 2. Find party Company and navigate to Employment Application tab.
> 3. Now if there is no existing application and Submit button visible then click on submit button.
> 4. Broken page renders with error message "
> :ERROR MESSAGE:
> org.ofbiz.webapp.event.EventHandlerException: No rows to process"
> Ideally system should hide submit button if there is no application to process.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)