InteropIO / FDC3

Open standards for the financial desktop.
https://fdc3.finos.org
Other
2 stars 1 forks source link

49663 fix bug with duplicate template names #39

Closed kriswest closed 1 year ago

kriswest commented 1 year ago

Fixing a bug with editing context names - if you edit and then undo the edit you cannot save (as it finds a name match and disables save). Rectified this by adding UUIDs to context objects so that the found function can spot the context being edited and ignore it.

Also fixing a couple of minor build errors, updating package-lock.json and catching up with edits on the main branch since we started the project