Skip to content

Instantly share code, notes, and snippets.

View Dieguerson's full-sized avatar
🏠
Working from home

Diego Gabrielli Dieguerson

🏠
Working from home
View GitHub Profile
@Dieguerson
Dieguerson / mock.txt
Created April 30, 2026 19:10
CX-2072 — TestStub para pasos custom en modo detalle (aplicar con git apply mock.txt)
# ===========================================================================
# CX-2073 / CX-2072 — Soporte de pasos custom para Cases (creación + detalle)
# Mock de prueba — NO COMMITEAR
#
# Registra TestStub como componente para form codes que incluyan 'test_stub'
# (cubre test_stub_a, test_stub_b, test_stub_c del workflow 826 en QA).
#
# El stub muestra las props recibidas (form, caseId, context/initialValues).
# En modo detalle el botón siguiente ya no hace submit — WorkflowForm usa
# onDetailNext directamente, ignorando el onPress del config custom.