From ecd2ac37d73134fd7dbafe235a514b57cb24fe0c Mon Sep 17 00:00:00 2001 From: Simon Steuer Date: Mon, 6 May 2024 10:48:28 +0200 Subject: [PATCH] =?UTF-8?q?FIX=20-=20Bei=20der=20Feld=C3=BCberpr=C3=BCfung?= =?UTF-8?q?,=20ob=20sich=20unzul=C3=A4ssige=20Zeichen=20im=20Feld=20befind?= =?UTF-8?q?en,=20darf=20das=20Material=20aus=20SIVAS=20(in=20GUI-Spalte=20?= =?UTF-8?q?'SIVAS-Werte'=20nicht=20=C3=BCberpr=C3=BCft=20werden.=20Bisher?= =?UTF-8?q?=20wurde=20dieses=20Feld=20ber=C3=BCcksichtigt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/caditem.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/caditem.py b/lib/caditem.py index 6070ba1..b90f2a2 100644 --- a/lib/caditem.py +++ b/lib/caditem.py @@ -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: