mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 01:18:57 +00:00
[User Attribution] "createdBy" and "modifiedBy" fields for domainObjects (#5741)
* Implementation of user attribution of object changes * Adds created date to object creation * Updating remove action to wait for save before navigationg Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
@ -94,7 +94,6 @@ describe("The Annotation API", () => {
|
||||
openmct.startHeadless();
|
||||
});
|
||||
afterEach(async () => {
|
||||
openmct.objects.providers = {};
|
||||
await resetApplicationState(openmct);
|
||||
});
|
||||
it("is defined", () => {
|
||||
|
Reference in New Issue
Block a user