mirror of
https://github.com/nasa/openmct.git
synced 2025-04-13 06:03:06 +00:00
use full identifier instead of key (#5891)
This commit is contained in:
parent
4357d35f4a
commit
feba5f6d3b
@ -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('/');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user