Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Appointment edit from patient fix
Browse files Browse the repository at this point in the history
Merging PR #292 thanks to @capurp
Closes #44
Closes #292
  • Loading branch information
jkleinsc committed Feb 2, 2016
1 parent 8b6a26d commit 71140e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/patients/edit/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ export default AbstractEditController.extend(BloodTypes, GenderList, ReturnTo, U

editAppointment: function(appointment) {
appointment.set('returnToPatient', true);
appointment.set('returnTo', null);
this.transitionToRoute('appointments.edit', appointment);
},

Expand Down

0 comments on commit 71140e1

Please sign in to comment.