Skip to content

Fix saving not working after first time.

Johnny Jazeix requested to merge work/jjazeix/wrongTime into master

BUG: 421515 Issue was the date is used to check if two sessions are equals and we updated only the date of the session in the model and not the one of the mainwindow. We now update the date of the one of the mainwindow which is copied in the model's one.

Merge request reports