Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Trunk
Description
How to reproduce :
- Log in the Content component
- Go to the Content tab
- In the search form, open the lookup of the field ' Owner Content Id '
- Click on the search button
- In the result list, click on a button link in the column 'Data Resource Id'
- The form to edit the Content will be displayed (a whole OFBiz seems to be accessible from this new page)
- Close the lookup.
- Try to reopen it, it doesn't show anything anymore.
The only hint I've found for explaining this problem is that the request to open the lookup is somehow changed.
At first it is :
https://localhost:8443/content/control/LookupContent
But then it becomes :
https://localhost:8443/content/control/LookupLocale
The other lookup seems unusable too after that.
Did you already encounter this kind of problem before ?