[
https://issues.apache.org/jira/browse/OFBIZ-9341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aditya Sharma updated OFBIZ-9341:
---------------------------------
Attachment: OFBIZ-9341.patch
1. "FindGeneric" requests to "FindGeneric" screen from EntityScreens.
2. On "FindGeneric" screen, it prepares page content in "FindGeneric.groovy"
With OFBIZ-9217, page is rendered with data generated dynamically rather than
from FindGeneric.ftl using dynamicAutoEntitySearchForm.
3. In FindGeneric.groovy, entityName was passed as hidden parameter in the form
rather than embedding into url.
Solution:
Updated the form action url with entityName and removed the hidden field.
> When searched from FindGeneric page it looses entityName from the url
> ---------------------------------------------------------------------
>
> Key: OFBIZ-9341
> URL: https://issues.apache.org/jira/browse/OFBIZ-9341
> Project: OFBiz
> Issue Type: Improvement
> Components: framework/webtools
> Affects Versions: Release Branch 16.11
> Reporter: Aditya Sharma
> Assignee: Aditya Sharma
> Priority: Trivial
> Attachments: OFBIZ-9341.patch
>
>
> Steps to regenerate:
> 1. Go to webtools (https://localhost:8443/webtools/control/main)
> 2. Click on "Entity Engine"
> (https://localhost:8443/webtools/control/entitymaint)
> 3. Click on any entity to view
> (https://localhost:8443/webtools/control/FindGeneric?entityName=AccommodationClass)
> 4. Click on "search" button
> (https://localhost:8443/webtools/control/FindGeneric)
> When the search is hit, it looses the entityName from the url as it used to
> happen in previous releases and according to the pattern on other search
> pages.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)