use full identifier instead of key (#5891)

This commit is contained in:
David Tsay 2022-10-21 16:45:52 -07:00 committed by GitHub
parent 4357d35f4a
commit feba5f6d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ export default class CreateAction extends PropertiesAction {
}
const url = '#/browse/' + objectPath
.map(object => object && this.openmct.objects.makeKeyString(object.identifier.key))
.map(object => object && this.openmct.objects.makeKeyString(object.identifier))
.reverse()
.join('/');