-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, Master
-
Fix Version/s: 7.0.0 DXP FP32, 7.0.0 DXP FP34, 7.0.0 DXP SP7, 7.0.5 CE GA6, 7.0.X, 7.1.X, Master
-
Component/s: ~ [Archived] Collaboration
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Git Pull Request:
This is the same issue as LPS-73870 for "Like" type ratings (i.e., only a thumbs up and not thumbs down)
- Add at least one asset (the type of asset doesn't matter)
- Add an ADT for Asset Publisher with the following script:
<#if entries?has_content> <#list entries as curEntry> ${curEntry.getTitle(locale)} <@liferay_ui['ratings'] className=curEntry.getClassName() classPK=curEntry.getClassPK() type="like" /> </#list> </#if>
- Add an Asset Publisher to the page
- Configure to Asset Publisher to use the ADT created above
- Click on the thumb
Result:
Tooltip is not updated after the user clicks on the thumb. The tooltip is only updated after the the page is refreshed.
Expected Result
Tooltip is updated after the user clicks on the thumb.
- is caused by
-
LPS-73870 Tool Tip Message needs to be updated when user Like or Unlike particular content
- Closed