chore: fix gate agent fields for SHOP tickets
This commit is contained in:
@@ -7752,14 +7752,16 @@
|
||||
"description": "Añadir al carrito se salta restriccion de stock. Si hay 2 en stock se puede pedir 1 o 2, pero no 3.",
|
||||
"priority": "high",
|
||||
"risk": "low",
|
||||
"status": "pending",
|
||||
"status": "done",
|
||||
"created_at": "2026-08-24",
|
||||
"gates": {
|
||||
"reviewer": false,
|
||||
"security": false,
|
||||
"qa": false
|
||||
"reviewer": true,
|
||||
"security": true,
|
||||
"qa": true,
|
||||
"close": true
|
||||
},
|
||||
"phase": "storefront"
|
||||
"phase": "storefront",
|
||||
"completed_at": "2026-08-24T14:13:16Z"
|
||||
},
|
||||
{
|
||||
"id": "SHOP-AUTH",
|
||||
@@ -7768,14 +7770,16 @@
|
||||
"description": "Email already registered en register pero iniciar sesion dice password incorrecto cuando es correcta.",
|
||||
"priority": "high",
|
||||
"risk": "low",
|
||||
"status": "pending",
|
||||
"status": "done",
|
||||
"created_at": "2026-08-24",
|
||||
"gates": {
|
||||
"reviewer": false,
|
||||
"security": false,
|
||||
"qa": false
|
||||
"reviewer": true,
|
||||
"security": true,
|
||||
"qa": true,
|
||||
"close": true
|
||||
},
|
||||
"phase": "storefront"
|
||||
"phase": "storefront",
|
||||
"completed_at": "2026-08-24T14:13:16Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user