Web checkin: Render special cases of pending state in search (Z#23154934) (#4193)

This commit is contained in:
Raphael Michel
2024-06-04 21:53:30 +02:00
committed by GitHub
parent 7365f165ad
commit fe54a42fc7
6 changed files with 18 additions and 3 deletions

View File

@@ -105,6 +105,8 @@ TEST_ORDERPOSITION1_RES = {
"id": 1,
"require_attention": False,
"order__status": "p",
"order__require_approval": False,
"order__valid_if_pending": False,
"order": "FOO",
"positionid": 1,
"item": 1,
@@ -140,6 +142,8 @@ TEST_ORDERPOSITION2_RES = {
"id": 2,
"require_attention": False,
"order__status": "p",
"order__require_approval": False,
"order__valid_if_pending": False,
"order": "FOO",
"positionid": 2,
"item": 1,
@@ -175,6 +179,8 @@ TEST_ORDERPOSITION3_RES = {
"id": 3,
"require_attention": False,
"order__status": "p",
"order__require_approval": False,
"order__valid_if_pending": False,
"order": "FOO",
"positionid": 3,
"item": 1,