Closed manno closed 6 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.
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.
i assume this is closed by the changes in voctoweb
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.