Closed michihdeu closed 4 years ago
No, it doesn't! Just the LABEL_TOO_LONG!
It does in fact have this covered: It checks whether a given error code is not a member of the list of codes for which FPs are allowed. CONRTE_COORD_MISMATCH is not and will not be on that list. https://github.com/TravelMapping/Web/pull/451/files
Oops - I see that LABEL_TOO_LONG
was erroneously included on the list where FPs are allowed. Will remove.
Oops - I see that
LABEL_TOO_LONG
was erroneously included on the list where FPs are allowed. Will remove.
😃 yep, that's why I was confused. I read it again and again now and was about to ask why the hell FPs for LABEL_TOO_LONG should be allowed!
But the manual was changed correct. I just got the code wrong 😄
datacheck.php should not provide FP entries for CONRTE_COORD_MISMATCH datacheck errors.
https://github.com/TravelMapping/DataProcessing/issues/337