-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 M3
-
Fix Version/s: 6.2.2 CE GA3 , 6.2.X EE, 7.0.0 M2
-
Component/s: Dynamic Data Lists, Web Search, Web Search > Search Widgets, ~[Archived] WCM
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:11
-
Fix Priority:3
-
Git Pull Request:
1. sign in as test@liferay.com
2. navigate to Control Panel > Sites > Add two new Sites, TEST1 & TEST2
3. navigate to Control Panel > Sites > TEST1 (Scope) > Pages > Site Pages > Add a new page, Page1
4. navigate to Control Panel > Sites > TEST1 (Scope) > Content > Dynamic Data Lists > Add a new List, DDListTest1, with a new Data Definition using a textbox, DDLTest1
5. navigate to Page1 for TEST1, http://localhost:8080/web/test1/page1, and add Dynamic Data List Display portlet to the page using DDListTest1 with "abc" as the value of the textbox
6. navigate to Control Panel > Sites > TEST2 (Scope) > Pages > Site Pages > Add a new page, Page1
7. navigate to Page1 for TEST2, http://localhost:8080/web/test2/page1, and add Search portlet to the page
8. configure the Search portlet to contain
"com.liferay.portlet.dynamicdatalists.model.DDLRecord"
(like in the description of LPS-46366) in the Faceted Search section
9. search "Everything" for "abc", results will now be displayed
10. click on the Dynamic Data List result for "New DDLTest1 for List: DDListTest1", user will then be redirected to http://localhost:8080/web/test2/null with a
"The requested resource was not found."
page
Expected Behavior: Should be navigated to the page containing the DDL record in an asset publisher or to the DDL portlet. (See: LPS-47412-fixed-1.ogv
Actual Behavior: See step #10 or LPS-47412-reproduced-1.ogv
Note: If you execute an Open Search by invoking http://localhost:8080/c/search/open_search?keywords=test the DDL results will point to a valid place and the DDL Display portlet will be rendered upon clicking on any of those links.