https://bugs.kde.org/show_bug.cgi?id=404451

--- Comment #11 from Volker Krause <vkra...@kde.org> ---
The fix for TER bookings didn't make it into 19.04.1, that was already tagged
at the time of that change, sorry for not making that explicit. So 19.04.1 will
have the same issue, only 19.04.2 or newer work.

Here's the extractor result of your latest test case as proof ;-)

[
    {
        "@context": "http://schema.org";,
        "@type": "TrainReservation",
        "reservationFor": {
            "@type": "TrainTrip",
            "arrivalStation": {
                "@type": "TrainStation",
                "name": "PESSAC"
            },
            "arrivalTime": "2019-05-18T09:13:00",
            "departureDay": "2019-05-18",
            "departureStation": {
                "@type": "TrainStation",
                "name": "CAUDERAN MERIGNAC"
            },
            "departureTime": "2019-05-18T09:06:00",
            "trainName": "TER",
            "trainNumber": "866178"
        }
    },
    {
        "@context": "http://schema.org";,
        "@type": "TrainReservation",
        "reservationFor": {
            "@type": "TrainTrip",
            "arrivalStation": {
                "@type": "TrainStation",
                "name": "ARCACHON"
            },
            "arrivalTime": "2019-05-18T10:28:00",
            "departureDay": "2019-05-18",
            "departureStation": {
                "@type": "TrainStation",
                "name": "PESSAC"
            },
            "departureTime": "2019-05-18T09:41:00",
            "trainName": "TER",
            "trainNumber": "866315"
        }
    },
    {
        "@context": "http://schema.org";,
        "@type": "TrainReservation",
        "reservationFor": {
            "@type": "TrainTrip",
            "arrivalStation": {
                "@type": "TrainStation",
                "name": "PESSAC"
            },
            "arrivalTime": "2019-05-18T17:18:00",
            "departureDay": "2019-05-18",
            "departureStation": {
                "@type": "TrainStation",
                "name": "ARCACHON"
            },
            "departureTime": "2019-05-18T16:33:00",
            "trainName": "TER",
            "trainNumber": "866346"
        }
    },
    {
        "@context": "http://schema.org";,
        "@type": "TrainReservation",
        "reservationFor": {
            "@type": "TrainTrip",
            "arrivalStation": {
                "@type": "TrainStation",
                "name": "CAUDERAN MERIGNAC"
            },
            "arrivalTime": "2019-05-18T18:07:00",
            "departureDay": "2019-05-18",
            "departureStation": {
                "@type": "TrainStation",
                "name": "PESSAC"
            },
            "departureTime": "2019-05-18T18:01:00",
            "trainName": "TER",
            "trainNumber": "866193"
        }
    }
]

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to