feat(F-134): completed feature
This commit is contained in:
@@ -5405,6 +5405,23 @@
|
||||
"close": true
|
||||
},
|
||||
"completed_at": "2026-08-21T16:44:42Z"
|
||||
},
|
||||
{
|
||||
"id": "F-134",
|
||||
"type": "fix",
|
||||
"title": "PriceStockSection: allow editing price/stock/EAN/weight fields when pending (no productId)",
|
||||
"description": "En apps/admin/src/features/products/components/sections/PriceStockSection.tsx, los inputs de Stock, EAN, Peso unitario y Compra mínima están disabled={... || pending} en estado pending (sin productId). El operador reporta que no puede agregar datos en esos campos al crear un producto nuevo. Los inputs PVP/Coste/Oferta/Neto SÍ están editables. Solución: permitir edición en TODOS los inputs (estado local), pero mantener disabled en los botones Guardar precio/Guardar stock (porque no hay productId para llamar API). Al crear el producto y obtener productId, los valores locales quedan listos para persistir.",
|
||||
"priority": "high",
|
||||
"risk": "low",
|
||||
"status": "done",
|
||||
"created_at": "2026-08-21",
|
||||
"gates": {
|
||||
"reviewer": true,
|
||||
"security": true,
|
||||
"qa": true,
|
||||
"close": true
|
||||
},
|
||||
"completed_at": "2026-08-21T16:47:00Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user