-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Power-Ups - Third Party
-
Severity 3 - Minor
Issue Summary
Dynamic functions on the card-detail-badges capability are only refreshing the content once and not following the refresh interval parameter.
This issue can be reproduced by implementing the example provided on the card-detail-badges documentation.
On the card-badges capability, for example, the dynamic function is working as expected.
Steps to Reproduce
- Implement the card-detail-badges capability as the documentation example
- Access a Trello card to view the card-detail-badges
Expected Results
The badge is refreshed to a new value, according to the refresh parameter.
Actual Results
The badge's content is only refreshed once.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available