mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +00:00
Pass object path when getting views during object creation (#3736)
This commit is contained in:
parent
94d9852339
commit
bffe79ecbd
@ -37,7 +37,7 @@ define([
|
||||
context.domainObject.getModel(),
|
||||
objectUtils.parseKeyString(context.domainObject.getId())
|
||||
);
|
||||
const providers = mct.propertyEditors.get(domainObject);
|
||||
const providers = mct.propertyEditors.get(domainObject, mct.router.path);
|
||||
|
||||
if (providers.length > 0) {
|
||||
action.dialogService = Object.create(action.dialogService);
|
||||
|
Loading…
x
Reference in New Issue
Block a user