Skip to content
Snippets Groups Projects
Commit bd682439 authored by Maximilian Betz's avatar Maximilian Betz
Browse files

reset description when adding an event

parent ca455853
No related branches found
No related tags found
No related merge requests found
...@@ -366,6 +366,7 @@ class _AddEventKottasPegelPageState extends State<AddEventKottasPegel> { ...@@ -366,6 +366,7 @@ class _AddEventKottasPegelPageState extends State<AddEventKottasPegel> {
configuration.labelConfig.cnt--; configuration.labelConfig.cnt--;
} }
event.currentEvent.label = configuration.labelConfig.prefix + configuration.labelConfig.cnt.toString(); event.currentEvent.label = configuration.labelConfig.prefix + configuration.labelConfig.cnt.toString();
event.currentEvent.description = '';
var date = DateTime.now().toUtc(); var date = DateTime.now().toUtc();
var isoDate = date.toIso8601String(); var isoDate = date.toIso8601String();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment