Skip to content

Commit

Permalink
Merge pull request #1112 from PlanoramaEvents/plan-1015-back-of-badge
Browse files Browse the repository at this point in the history
PLAN-1015 Keep full title
  • Loading branch information
Gailbear authored Jul 10, 2024
2 parents 656c31c + 9c4acfc commit 3e61e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/reports/program_ops_reports_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def back_of_badge
grouped.each do |assignment|
title = assignment.session.short_title || assignment.session.title
row.concat [
title,
assignment.session.title,
title.truncate(30),
assignment.session.start_time ? FastExcel.date_num(assignment.session.start_time, assignment.session.start_time.in_time_zone.utc_offset) : nil,
"#{assignment.session.duration}m",
Expand Down

0 comments on commit 3e61e82

Please sign in to comment.