mui-toolpad icon indicating copy to clipboard operation
mui-toolpad copied to clipboard

Update page bindings when node is renamed

Open Janpot opened this issue 2 years ago • 3 comments

When a node is renamed. Go through all the bindings of the page and update them with the new name. Binding happens by name, not by ID, so renaming a node breaks the binding

Janpot avatar Jan 27 '22 09:01 Janpot

Now that we support javascript bindings, this will require parsing and analysing javascript which makes this feature now a lot more involved than anticipated when creating this issue. I've worked on making the bindings more resilient against errors. That makes broken bindings on the page less problematic and this feature less essential. Pushing to a later milestone

Janpot avatar Feb 15 '22 06:02 Janpot

Is there a scenario when the bindings' resilience breaks?

prakhargupta1 avatar Aug 17 '22 20:08 prakhargupta1

Is there a scenario when the bindings' resilience breaks?

no that's working well.

Janpot avatar Aug 17 '22 20:08 Janpot