This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # =========================================================================== | |
| # 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. |