@@ -438,6 +438,11 @@ enum MDNodaRepository implements MDValueEnumInterface, JsonSerializable {
|
||||
$id = strtr($id, $toRemove);
|
||||
}
|
||||
|
||||
// Handle extended IDs (like "4114170-2 (Fenster (Motiv)")
|
||||
if (str_contains($id, '(')) {
|
||||
$id = trim(explode('(', $id)[0]);
|
||||
}
|
||||
|
||||
// There is an issue with this regex
|
||||
if (preg_match("/^[0-9-X]*$/", $id) === false) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user