forked from jappel/leistungsbilanz-ts
Persist circuit group renumbering
This commit is contained in:
parent
63650a623c
commit
07925b2fd9
15 changed files with 990 additions and 6 deletions
|
|
@ -317,6 +317,10 @@ components; populated deletion remains a separate confirmed command.
|
|||
`circuit-group.reorder` requires a complete expected/target sort assignment for
|
||||
every group in one circuit list. It changes only sort positions and never
|
||||
renumbers groups, prefixes or circuits.
|
||||
Explicit group-number changes use `circuit-group.renumber`. The command carries
|
||||
the complete expected/target group, circuit-BMK and optional group-component
|
||||
BMK plan, applies swaps through collision-safe temporary values and preserves
|
||||
circuit suffixes. Undo/Redo uses the exact inverse plan.
|
||||
Distribution-board floor assignment and a project-enabled supply type use
|
||||
`distribution-board.update`; both values are snapshot/export fields and one
|
||||
persistent undo step.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue