Skip to content

Commit

Permalink
Allow managers to see pendencies related to admission applications
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoFelipe committed Dec 9, 2024
1 parent 20e34a9 commit 2ba309e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/admissions/ability.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def initialize_admissions(user, roles)
can :cancel, Admissions::AdmissionApplication
can :configuration, Admissions::AdmissionApplication
can :read_all, Admissions::AdmissionApplication
can :read_pendencies, Admissions::AdmissionApplication
can :map_student, Admissions::AdmissionApplication
can :custom_report, Admissions::AdmissionProcess
end
Expand Down

0 comments on commit 2ba309e

Please sign in to comment.