Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summary by label is not updated properly #44

Open
ThePlenkov opened this issue Feb 20, 2023 · 1 comment
Open

Summary by label is not updated properly #44

ThePlenkov opened this issue Feb 20, 2023 · 1 comment

Comments

@ThePlenkov
Copy link

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!

@AndreKelling
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants