-
Bug
-
Resolution: Fixed
-
Normal
-
8.6.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