Skip to content

Commit

Permalink
ISSUE #448: Fixes at enrollments/show_defense_commitee
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMonardez committed Dec 10, 2024
1 parent 3e5abe1 commit ebbc3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/enrollments_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ def enrollment_thesis_defense_committee_participations_show_column(
render(
partial: "enrollments/show_defense_committee_table",
locals: {
thesis_defense_committee_professors:
record.thesis_defense_committee_professors
thesis_defense_committee_professors: record.thesis_defense_committee_professors,
thesis_defense_date: record.thesis_defense_date
}
)
end
Expand Down

0 comments on commit ebbc3f2

Please sign in to comment.