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