Transaction fix (#4421)

* When transaction is active, objects.get should search in dirty object first.

Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
Nikhil
2021-11-15 14:20:02 -08:00
committed by GitHub
parent 933ce7aa3c
commit c8723da098
6 changed files with 25 additions and 3 deletions

View File

@@ -82,6 +82,7 @@
);
openmct.install(openmct.plugins.LocalStorage());
openmct.install(openmct.plugins.Espresso());
openmct.install(openmct.plugins.MyItems());
openmct.install(openmct.plugins.Generator());