voc / voctopublish

This repository contains a glue script that reads information from the C3TT and talks to voctoweb, youtube and twitter.
https://c3voc.de
GNU General Public License v3.0
8 stars 12 forks source link

Event link might be wrong if not using frab exported fahrplans #25

Closed manno closed 6 years ago

manno commented 7 years ago

Voctoweb guesses the events url as follows: https://github.com/voc/voctoweb/blob/master/app/models/concerns/fahrplan_updater.rb#L18

Does publishing set the link directly via the API? If it does, https://github.com/voc/voctoweb/blob/master/app/controllers/api/events_controller.rb#L87 should never overwrite params from the same request.

derpeter commented 7 years ago

See https://github.com/voc/publishing/issues/23 . we don't do it right no but its an issue here.

I agree media should not override things that come from the API.

derpeter commented 6 years ago

i assume this is closed by the changes in voctoweb