Skip to content

Commit

Permalink
PCHR-2395: PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpavlov committed Jul 14, 2017
1 parent 9ddd680 commit 071d5e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="form-group chr_leave-request-modal__required-documents">
<div class="col-xs-12" ng-repeat="document in $ctrl.sicknessDocumentTypes">
<input
ng-disabled="$ctrl.isSelfRecord"
ng-disabled="$ctrl.isRole('staff') || $ctrl.isSelfRecord"
required type="checkbox" value="document.value"
ng-click="$ctrl.request.toggleDocument(document.value)"
ng-checked="$ctrl.isChecked(document.value)"
Expand Down

0 comments on commit 071d5e2

Please sign in to comment.