mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
Fix for non working switch from alpha to tables
This commit is contained in:
@ -566,7 +566,7 @@ export default {
|
|||||||
createNewDomainObject(domainObject, composition, viewType, nameExtension, model) {
|
createNewDomainObject(domainObject, composition, viewType, nameExtension, model) {
|
||||||
let identifier = {
|
let identifier = {
|
||||||
key: uuid(),
|
key: uuid(),
|
||||||
namespace: domainObject.identifier.namespace
|
namespace: this.internalDomainObject.identifier.namespace
|
||||||
},
|
},
|
||||||
type = this.openmct.types.get(viewType),
|
type = this.openmct.types.get(viewType),
|
||||||
parentKeyString = this.openmct.objects.makeKeyString(this.internalDomainObject.identifier),
|
parentKeyString = this.openmct.objects.makeKeyString(this.internalDomainObject.identifier),
|
||||||
|
Reference in New Issue
Block a user