From e083f3c2acceb96317cc5edd4a6cfb94de0e4f15 Mon Sep 17 00:00:00 2001 From: Simon Steuer Date: Sun, 20 Apr 2025 18:07:07 +0200 Subject: [PATCH] =?UTF-8?q?In=20CreoMigrate=20(GUI-Applikation)=20k=C3=B6n?= =?UTF-8?q?nen=20jetzt=20auch=20Sivas-Nummern,=20die=20kein=20Bestandteil?= =?UTF-8?q?=20der=20Menge=20der=20nat=C3=BCrlichen=20Zahlen=20sind=20(z.B.?= =?UTF-8?q?=20'TOS=20Auswahl=20FGN')=20migriert=20werden.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/controller.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/controller.py b/lib/controller.py index e41ec07..e90d1e1 100644 --- a/lib/controller.py +++ b/lib/controller.py @@ -155,8 +155,6 @@ class Controller(Observer): def get_current_asm_id(self): self._model.get_asm_id() def set_current_asm_id(self, asm_id, load_local_asm_json=False, load_local_rd_dbase=False): - if not asm_id.isnumeric(): - return # TODO save current given data. In case, ask whether you should save or drop self._model.set_asm_id(asm_id) # hole alle Daten vom Server