Export der Migrationsfunktion bestückt.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user