-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 8.6.2
-
Component/s: Databind 2
-
Security Level: Jimmy
-
None
Steps to Reproduce
1. run attached files
2. check the badgeText of Dashboard
Current Result
it's 0
Expected Result
should be larger than 0
Debug Information
- the method below causes it
@MatchMedia("all and (min-width: 958px)") @NotifyChange("collapsed") public void beWide(){ collapsed = false; }
If you remove this methods, the badgeText is correct.
Workaround
- replace @load with @init