Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
None
-
-
ACQ Sprint 63
-
1
-
EBSCO - FSE
Description
Overview:
Currently the GET /orders/order-lines endpoint calls the mod-orders-storage endpoint GET /orders-storage/po-lines which queries the po-line table directly. Now that GET /orders-storage/order-lines is implemented to query a view combining several tables, it should be used instead...
Current:
GET /orders/order-lines ==> GET /orders-storage/po-lines
Desired:
GET /orders/order-lines ==> GET /orders-storage/order-lines
Acceptance Criteria:
- The behavior has been changed as described above
- Unit tests (mocks) are updated as needed
API Tests are updated to exercise searching for purchase orders via criteria in purchaseOrder, etc.-MODORDERS-220
TestRail: Results
Attachments
Issue Links
- has to be done after
-
MODORDSTOR-73 Implement GET /order-lines w/ search and filtering
-
- Closed
-
- has to be done before
-
MODORDERS-220 Update API Tests to cover order-line search and filtering
-
- Closed
-
- relates to
-
UXPROD-1606 Ordering quality assurance enhancements - Round 1
-
- Closed
-