mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
Resolved merge conflicts
This commit is contained in:
@ -136,7 +136,7 @@ define(
|
||||
}
|
||||
});
|
||||
|
||||
if (representedObject.getCapability('status').get('editing')){
|
||||
if (representedObject.hasCapability('editor') && representedObject.getCapability('editor').isEditContextRoot()){
|
||||
setEditing();
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user