trello-costello
trello-costello copied to clipboard
Summary by label is not updated properly
Hi!
I noticed that summary by label is not updated properly if card is already created with costs and label is assigned later.

Did you notice same?
Thanks!
i did notice the same or very similar for "Summary by Column" when a card was just recently added to a column this sum value is not updated immediately. (a page reload helps)
it looks like that cards are queried before that sum button is processed. e.g. around here : https://github.com/webrender/trello-costello/blob/master/client.js#L115C31-L115C36
so cards may have an old state and not the recent changes within? but it's just guessing here...