Export der Migrationsfunktion bestückt.

This commit is contained in:
2024-03-19 17:05:48 +01:00
parent 0e4b218563
commit 8e6b7466a6
3 changed files with 138 additions and 106 deletions
+1
View File
@@ -303,6 +303,7 @@ class Controller(Observer):
for label,achars in wrongchars.items():
chars = ''.join(achars)
self.message_error('Unzulässige Zeichen', 'unzulaessige_zeichen', {'Zeichentyp': chars, 'Feldname':label})
self._view.highlight_labels(wrongchars)
return
ok = self._model.check_content()
if ok == True: