You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to Users page and the very first thing to do is to input a name in the search box - it leads to few refreshes and sometimes you see your searched user, sometimes you see whole users list
What did you expect to happen:
Once I search a user I expect to see a list of users that match with that search
How do we reproduce it?
Go to users page
Type in a user
Wait for search to happens - it will either filter or not, doing a few list refresh in the meanwhile
Grafana OnCall Version
all
Product Area
Other
Grafana OnCall Platform?
None
User's Browser?
No response
Anything else to add?
No response
This behavior can be easily observed on oncalldev or ops where there's slight latency
The text was updated successfully, but these errors were encountered:
# Changes
- Prevent duplicated call to /users on search
- Fix the issue described at #2842 where there was a concurrency issue
between the page load request and the search request
## Which issue(s) this PR fixes
Fix for #2842
## Checklist
- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
What went wrong?
What happened:
What did you expect to happen:
How do we reproduce it?
Grafana OnCall Version
all
Product Area
Other
Grafana OnCall Platform?
None
User's Browser?
No response
Anything else to add?
No response
This behavior can be easily observed on oncalldev or ops where there's slight latency
The text was updated successfully, but these errors were encountered: