Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE RC1, 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.X EE, 6.2.0 CE M4
-
Component/s: WCM, WCM > Asset Publisher, WCM > Tags
-
Environment:HideTomcat 6.0.33 + MySQL 5. Portal 6.0.x GIT ID: 2373f595dea1a029be3eee2160c398aa73847c69.
Tomcat 7.0.27 + MySQL 5. Portal 6.1.x EE GIT ID: 11cc0a68fd5ee013272f4f67162c69655efdc578.
Tomcat 7.0.27 + MySQL 5. Portal 6.2.x GIT ID: ba370b0ab49ee2386a73d42e48e04e4670e4b4a7.ShowTomcat 6.0.33 + MySQL 5. Portal 6.0.x GIT ID: 2373f595dea1a029be3eee2160c398aa73847c69. Tomcat 7.0.27 + MySQL 5. Portal 6.1.x EE GIT ID: 11cc0a68fd5ee013272f4f67162c69655efdc578. Tomcat 7.0.27 + MySQL 5. Portal 6.2.x GIT ID: ba370b0ab49ee2386a73d42e48e04e4670e4b4a7.
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Similar Issues:
Description
This bug only occurs for tags in global scope.
Steps to reproduce:
- Add two web content display portlets
- Configure one of the web content display portlets to global scope
- Add an asset publisher, click the wrench icon, and select 'Configuration'
- Under Source > Scope, configure the portlet to show both Global and Liferay
- Under Display Settings > Show Metadata, add 'Tags' to the current list, then save
- The asset publisher should now show global scope web content along with tags below the entries.
- Publish web content to both web content display portlets and add a tag for both web content articles.
- Click on the tag for the global web content
- The asset publisher will still display all entries rather than filtering by that tag. (Screenshot1.jpg)
- If you click on the tag for the Liferay web content, the filtering will work correctly.
**This bug was found while testing LPS-13972
http://issues.liferay.com/browse/LPS-13972
Issue Links
- is related to
-
LPS-13972
Can not see the content when selecting Global scope tags
-

Environment:
Liferay Portal svn rev 93814
Tomcat 7.0.22
Hsqldb
It seems that if you select more than one tag, it doesn't consider the tag filter anymore.
Another way to reproduce this issue:
1. Create first web content "X" in scope Global and assign it a new tag "TAG01"
2. Create second web content "Y" in scope Global and assign it a new tag "TAG02"
3. Create third web content "Z" in scope Global and assign it each tags "TAG01" and "TAG02"
4. Place in a page the Asset Publisher Portlet and configure it to show assets that are in scope Global and set in the "Filter" section this rule:
"Contains" "All" of the following "Tags"
and select each tags "TAG01" and "TAG02"
Leave other configuration parameters as default.
5. Save and refresh the page
It should show only the third web content ("Z"), instead it doesn't show anything.