Fix for non working switch from alpha to tables

This commit is contained in:
Deep Tailor
2020-07-01 16:09:05 -07:00
parent 8153edb9cb
commit 0a657de4b2

View File

@ -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),