-
Bug
-
Resolution: Fixed
-
Low
-
1
-
Minor
Issue Summary
The partner reports a breaking change, where the t.render function used to be triggered when labels and custom fields were modified on a card, but this is no longer the case. For this scenario, the partner wants to re-render the content on a card-back-section capability.
I’m aware the t.render function works when using t.set(), but the t.render(func) documentation doesn’t specify which actions trigger this function to re-call the render function, and if actions such as updating labels and custom fields directly through Trello UI.
This is reproducible on Data Center: N/A
Steps to Reproduce
- Modify labels on a card in Trello.
- Modify custom fields on a card in Trello.
Expected Results
The t.render function should be triggered when labels and custom fields are updated.
Actual Results
Modifying labels and custom fields does not trigger the t.render function as expected.
...
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- is depended on by
-
ECOHELP-49941 Failed to load
This bug is fixed. The t.render function should once again be properly triggered by card back actions in the card-back-section capability.