-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.30 EE GA3, 6.2.0 CE M4
-
Labels:
-
Environment:Using the latest resources importer - version from ee-6.1.x
-
Branch Version/s:6.1.x
-
Story Points:2
-
Fix Priority:3
-
Git Pull Request:
Deploy test theme in liferay 6.1.20 EE with the latest version of resources importer.
STEPS to Reproduce:
1. Deploy asset-theme-6.1.20.1.war
2. CONTROL PANNEL >> Site Templates >> Asset Theme
3. View the site template
4. Manage Site Content
5. Click on Tags
It shows that "another tag" is being used for 3 items, which is all of the web content.
test and another tag should only be added to 1 asset each.
{ "assets": [ { "name": "Article1.html", "tags": [ "test" ] }, { "name": "Article2.html", "tags": [ "another tag" ] } ] }