-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): add cursor and pageLength to GET /commandErrors (#16019)
# Overview closes [RQA-3031](https://opentrons.atlassian.net/browse/RQA-3031) and [RQA-3047](https://opentrons.atlassian.net/browse/RQA-3047). pass in cursor and page length to get run command errors. ## Test Plan and Hands on Testing - upload a protocol that will enter ER. - make sure there are a few errors to show. - at the end of the run make sure when you click 'view error details' is showing the full error list. ## Changelog added cursor and pageLength to GET request. ## Risk assessment None. [RQA-3031]: https://opentrons.atlassian.net/browse/RQA-3031?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [RQA-3047]: https://opentrons.atlassian.net/browse/RQA-3047?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --------- Co-authored-by: Jamey Huffnagle <[email protected]>
- Loading branch information
1 parent
b8d74b9
commit 038abba
Showing
4 changed files
with
39 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters