Skip to content

Commit

Permalink
Merge pull request #1110 from PlanoramaEvents/development
Browse files Browse the repository at this point in the history
3.7.0-rc4
  • Loading branch information
balen authored Jun 28, 2024
2 parents 571ee52 + 9ede105 commit 0daa179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/rce_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def generate_csv(sessions)
session.title,
# if the session is a "session" then strip the HTML
description, # HTML may be an issue ...
# Segment Name
session.title,
# Segment Name, room if stage or title if session
segmentType != "stage" ? session.title : session.room.name,
# Segment Type
segmentType,
# Areas and tags
Expand Down

0 comments on commit 0daa179

Please sign in to comment.