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

Commit

Permalink
#526: Use add_procedure for procedure edit updateCapability (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpelan authored and jkleinsc committed Jul 7, 2016
1 parent 47fc02e commit 9182ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/procedures/edit/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default AbstractEditController.extend(ChargeActions, PatientSubmodule, {
return this.get('i18n').t('procedures.titles.edit');
}.property('model.isNew'),

updateCapability: 'add_charge',
updateCapability: 'add_procedure',

actions: {
showAddMedication: function() {
Expand Down

0 comments on commit 9182ef4

Please sign in to comment.