FIX - Bei der Feldüberprüfung, ob sich unzulässige Zeichen im Feld befinden, darf das Material aus SIVAS (in GUI-Spalte 'SIVAS-Werte' nicht überprüft werden. Bisher wurde dieses Feld berücksichtigt.

This commit is contained in:
2024-05-06 10:48:28 +02:00
parent 94f2aeb027
commit ecd2ac37d7
+2
View File
@@ -707,6 +707,8 @@ class CadItem(DataModel):
for key in self.key2label:
if key == "model3d_neu": # 3D Teil Pfad ausnehmen
continue
if key == "material_sivas": # Wert in GUI-Spalte "SIVAS-Werte in Feld "Material" nicht berücksichtigen
continue
content = self.get_gui_data(key)
for c in invalid_chars:
if c in content: