=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard-controller.js' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard-controller.js 2016-02-10 07:35:16 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard-controller.js 2016-02-15 09:46:27 +0000 @@ -214,9 +214,9 @@ angular.forEach(programs, function(program){ if( program.trackedEntity.id === $scope.selectedTei.trackedEntity ){ $scope.programs.push(program); - $scope.programNames[program.id] = {id: program.id, name: program.name}; + $scope.programNames[program.id] = {id: program.id, displayName: program.displayName}; angular.forEach(program.programStages, function(stage){ - $scope.programStageNames[stage.id] = {id: stage.id, name: stage.name}; + $scope.programStageNames[stage.id] = {id: stage.id, displayName: stage.displayName}; }); if($scope.selectedProgramId && program.id === $scope.selectedProgramId || selectedEnrollment && selectedEnrollment.program === program.id){ === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard.html 2016-02-10 07:35:16 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard.html 2016-02-15 09:46:27 +0000 @@ -27,7 +27,7 @@ @@ -49,7 +49,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/event-layout.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/event-layout.html 2016-02-04 10:43:43 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/event-layout.html 2016-02-15 09:46:27 +0000 @@ -71,7 +71,7 @@
-
{{stage.name}}
+
{{stage.displayName}}
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/inner-form.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/inner-form.html 2016-02-04 10:43:43 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/inner-form.html 2016-02-15 09:46:27 +0000 @@ -9,9 +9,9 @@ name="foo" on-select="saveDatavalue(prStDe, innerForm.foo)" style="width: 100%"> - {{$select.selected.name || $select.selected}} - - + {{$select.selected.displayName || $select.selected}} + +
@@ -38,7 +38,7 @@ ng-disabled="selectedEnrollment.status !== 'ACTIVE' || currentEvent.editingNotAllowed || assignedFields[currentEvent.event][prStDe.dataElement.id]" ng-model="currentEvent[prStDe.dataElement.id]" ng-change="saveDatavalue(prStDe, innerForm.foo)" - value={{option.name}}> {{option.name}} + value={{option.displayName}}> {{option.displayName}}
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/new-event.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/new-event.html 2016-02-09 10:51:45 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/new-event.html 2016-02-15 09:46:27 +0000 @@ -1,7 +1,7 @@ @@ -62,7 +62,7 @@ - {{orgUnit.name}} + {{orgUnit.displayName}}
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/referral-modal.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/referral-modal.html 2015-12-17 15:00:48 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/referral-modal.html 2016-02-15 09:46:27 +0000 @@ -7,7 +7,7 @@
    -
  • +
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/views/tei.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/views/tei.html 2016-01-07 10:54:44 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/views/tei.html 2016-02-15 09:46:27 +0000 @@ -1,11 +1,11 @@
- + @@ -14,7 +14,7 @@
- {{'no'| translate}} {{selectedProgram.trackedEntity.name|| 'records' | translate}} {{'found'| translate}} + {{'no'| translate}} {{selectedProgram.trackedEntity.displayName|| 'records' | translate}} {{'found'| translate}}
@@ -25,7 +25,7 @@ - {{gridColumn.name}} + {{gridColumn.displayName}}