|
|
|
@ -74,8 +74,6 @@ public class MainView extends VerticalLayout implements NamedView { |
|
|
|
openPersonViewForEvent(current); |
|
|
|
openPersonViewForEvent(current); |
|
|
|
if (current != null) { |
|
|
|
if (current != null) { |
|
|
|
calendar.setToday(current.getStart()); |
|
|
|
calendar.setToday(current.getStart()); |
|
|
|
} else { |
|
|
|
|
|
|
|
reloadEvents(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
head.updateLoggedinPerson(); |
|
|
|
head.updateLoggedinPerson(); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
@ -83,6 +81,7 @@ public class MainView extends VerticalLayout implements NamedView { |
|
|
|
detailClosed(); |
|
|
|
detailClosed(); |
|
|
|
head.updateLoggedinPerson(); |
|
|
|
head.updateLoggedinPerson(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
reloadEvents(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|