mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 01:18:57 +00:00
Json export fix (#2043)
* Refactoring export to json to use new style objects * Added convenience function to Object API to get identifiers as strings * Updated tests for ExportAsJSON * Fixed bug with parent composition not being updated with new ID. Also rewrite IDs in configuration etc. Fixes #2042
This commit is contained in:
committed by
Pete Richards
parent
90a6bbc13e
commit
07fb20c32f
@ -49,9 +49,11 @@ define([
|
||||
"category": "contextual",
|
||||
"cssClass": "icon-export",
|
||||
"depends": [
|
||||
"openmct",
|
||||
"exportService",
|
||||
"policyService",
|
||||
"identifierService"
|
||||
"identifierService",
|
||||
"typeService"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user