amida-tech/DRE

edit button not showing for patient-entered medication

Closed this issue · 2 comments

might be something to do with having two metadata fields

Yeah, when I fixed the notes it changed the format of the entry data... in the controllers need to change $scope.medication = medication; to $scope.medication = medication.data;

got it, fixed in my branch