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

UI: Badge/Counter (upper left) switches between counting pending tasks #2058

Open
C-Otto opened this issue Jan 22, 2017 · 2 comments · May be fixed by #2423
Open

UI: Badge/Counter (upper left) switches between counting pending tasks #2058

C-Otto opened this issue Jan 22, 2017 · 2 comments · May be fixed by #2423
Labels
bug 🐛 Problems with the code that result in unexpected or bad behavior

Comments

@C-Otto
Copy link
Contributor

C-Otto commented Jan 22, 2017

In my project I had one active action, and six depending actions (in a chain). At this time, the badge showed 7. After completing the active action, a previous pending action turned active (as expected). However, the counter changed from 7 to 1 (instead of 6). After reloading the page, the (correct?) number 6 is shown.

@ZeiP ZeiP added the bug 🐛 Problems with the code that result in unexpected or bad behavior label May 20, 2019
ZeiP pushed a commit that referenced this issue Jul 19, 2020
@ZeiP ZeiP linked a pull request Jul 19, 2020 that will close this issue
@ZeiP
Copy link
Member

ZeiP commented Jul 19, 2020

I tried to reproduce this, but to me it seems to work pretty logically. Which view were you looking at when you encountered this error?

@C-Otto
Copy link
Contributor Author

C-Otto commented Jul 19, 2020

Hard to say, but I guess that was inside a project view (https://xxx/projects/123). I remember finding several issues related to how live updates (JavaScript?) are handled with different data shown before/after reloading the page. This is one of those issues. The issue described here might have been fixed already, I don't know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Problems with the code that result in unexpected or bad behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants