Traewelling: note that traewelling.de doesn't yet return statusId on checkin
This commit is contained in:
parent
2cc31422b7
commit
5e2813e36e
1 changed files with 4 additions and 0 deletions
|
@ -314,6 +314,10 @@ sub checkin {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$self->{log}->debug("... success!");
|
$self->{log}->debug("... success!");
|
||||||
|
|
||||||
|
# As of 2020-10-04, traewelling.de checkins do not yet return
|
||||||
|
# "statusId". The patch is present on the develop branch and waiting
|
||||||
|
# for a merge into master.
|
||||||
$self->{model}->log(
|
$self->{model}->log(
|
||||||
uid => $opt{uid},
|
uid => $opt{uid},
|
||||||
message => "Eingecheckt in $opt{train_type} $opt{train_no}",
|
message => "Eingecheckt in $opt{train_type} $opt{train_no}",
|
||||||
|
|
Loading…
Reference in a new issue