mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 22:58:14 +00:00
[New Edit Mode] Add Elements pool to New Edit Mode #279
This commit is contained in:
@ -50,7 +50,8 @@ define(
|
||||
((domainObject && domainObject.useCapability('view')) || [])
|
||||
.forEach(selectViewIfMatching);
|
||||
}
|
||||
$scope.editMode = domainObject.hasCapability('editor') ? true : false;
|
||||
//$scope.editMode = domainObject.hasCapability('editor') ?
|
||||
// true : false;
|
||||
navigatedObject = domainObject;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user