-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.14.2, 7.13.8, 7.12.14
-
None
// When
- I go to the process list
- I search for an Definition ID that exists (Search A)
- while the query is active, I change the query to another Definition ID or something completely different (Search B)
// Then
- When the loading spinner ends, results from Search A are displayed
- The Search-field still shows search for B
- After the Query for Search B finished, the view is updated without another loading-spinner
// Expected
- A loading Spinner is shown until Query for B is finished
- Results for A are not shown
// Note
- This behavior applies to all search fields
- We asynchronously set the loadingState from within the first query
- If B finishes before A, the wrong result get's displayed permanently after the second update
- We fixed a similar issue in Tasklist with
CAM-9960