mirror of
https://github.com/nasa/openmct.git
synced 2025-04-07 19:34:25 +00:00
remove root from navigation (#2309)
This commit is contained in:
parent
7c2e10ba0e
commit
f7d0d2c166
@ -74,8 +74,9 @@ define(
|
||||
function navigateAndEdit(object) {
|
||||
let objectPath = object.getCapability('context').getPath(),
|
||||
url = '#/browse/' + objectPath
|
||||
.slice(1)
|
||||
.map(function (o) {
|
||||
return o && openmct.objects.makeKeyString(o.getId())
|
||||
return o && openmct.objects.makeKeyString(o.getId());
|
||||
})
|
||||
.join('/');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user