-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Low
-
Component/s: Operations - Services
-
None
-
1
-
Minor
-
1
Issue Summary
When trying to set an owner for a service, teams take time to load due to pagination. As the team data is populated page by page, some teams are not searchable until all of the data is complete and the API response has HasNextPage: False
Steps to Reproduce
- Try to set an owner for the service
- Search for specific team
Expected Results
The team should be searched right away.
Actual Results
The front end does API requests until all the pages are loaded, and if the team is not returned in one of the responses yet, it will show the following message:

Workaround
Wait until the frontend completes all the requests and gets all the data from the backend.