trello-costello icon indicating copy to clipboard operation
trello-costello copied to clipboard

Summary by label is not updated properly

Open ThePlenkov opened this issue 2 years ago • 1 comments

Hi!

I noticed that summary by label is not updated properly if card is already created with costs and label is assigned later.

image

Did you notice same?

Thanks!

ThePlenkov avatar Feb 20 '23 09:02 ThePlenkov

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...

AndreKelling avatar Apr 25 '24 09:04 AndreKelling