diff --git a/platform/commonUI/general/res/templates/tree-node.html b/platform/commonUI/general/res/templates/tree-node.html index 2538ab31ae..885646d606 100644 --- a/platform/commonUI/general/res/templates/tree-node.html +++ b/platform/commonUI/general/res/templates/tree-node.html @@ -23,7 +23,7 @@ =0; - - //TODO: Temporary hack until css classes are defined for status - // change - $scope.domainObject.getCapability('status').listen(function(status){ - $scope.editing = status.indexOf('editing') >=0; - }); - // Listen for changes which will effect display parameters $scope.$watch("ngModel.selectedObject", setSelection); $scope.$watch("domainObject", checkSelection);