def batch_update
    if r = CollectingEvent.batch_update(
        preview: params[:preview],
        collecting_event: collecting_event_params.merge(by: sessions_current_user_id),
        collecting_event_query: params[:collecting_event_query])