Highlight der labels implementiert.
This commit is contained in:
@@ -281,6 +281,8 @@ class Controller(Observer):
|
||||
if ok == False:
|
||||
labels = ', '.join(missing)
|
||||
self.message_error('Fehlende Angaben', 'missing_data', {'Labels':labels})
|
||||
self._view.reset_labels()
|
||||
self._view.highlight_labels(missing)
|
||||
return
|
||||
invalid_chars = self._config.InvalidChars.get()
|
||||
(ok, wrongchars) = self._model.check_improper_chars(invalid_chars)
|
||||
|
||||
Reference in New Issue
Block a user