fix(#54): editor de fields para cluster-control/indicator#57
Closed
anlaco wants to merge 1 commit into
Closed
Conversation
- panel.red: open-cluster-fp-edit-dialog ahora edita FIELDS (nombre:tipo) además de valores — soluciona que los puertos no aparecían en BD - panel.red: añadido handler para cluster-indicator (antes ignorado) - canvas.red: dbl-click en BD sobre cluster-control/indicator abre editor de campos (antes solo bundle/unbundle lo hacían) - panel.red: fp-cluster-sync-and-refresh sincroniza fields FP→BD vía canvas-ref - tests/test-model.red: 7 tests de regresión bug #54 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
Author
|
Supersedido por PR #60 (refactor/fase4-estructural) que incluye este trabajo y más. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resumen
open-cluster-fp-edit-dialogahora tiene dos secciones: Campos (nombre:tipo) y Valores (nombre: valor)cluster-indicatorya puede abrir el editor (antes ignorado en los handlers de click)cluster-control/cluster-indicatorabre editor de camposfp-cluster-sync-and-refreshsincroniza fields FP → nodo BD viacanvas-refCausa raíz
El editor FP solo permitía editar valores, no definir campos.
cluster-indicatorno tenía handler. El BD no abría editor paracluster-control/cluster-indicator. Sin sync FP→BD de field definitions.Test plan
Closes #54
🤖 Generated with Claude Code