=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.angular.directives.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.angular.directives.js 2016-01-15 13:38:46 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.angular.directives.js 2016-01-15 16:59:37 +0000 @@ -402,6 +402,9 @@ if ($scope.currentEvent && $scope.currentEvent !== 'SINGLE_EVENT') { return true; } + if ($scope.type === "attribute" && $scope.selectedTeiId) { + return true; + } return false; }