Skip to content

Commit

Permalink
Merge pull request #5142 from galaxyproject/eventformloc
Browse files Browse the repository at this point in the history
[Events] added location field to Google Form
  • Loading branch information
hexylena committed Jul 8, 2024
2 parents b651c47 + 90434d6 commit 57ac2e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/google-form-event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
'contributions' => {
'organisers' => row['Organizers already in the GTN CONTRIBUTORS file'].split(',').map(&:strip)
},
'location' => {
'name' => row['Location of the event']
},
'date_start' => event_date.to_date,
}

Expand Down

0 comments on commit 57ac2e9

Please sign in to comment.