Fix Date when scheduling a new meeting from chat group.

This commit is contained in:
Julien Wadel 2023-09-08 09:44:22 +02:00
parent d66281cb4d
commit 6cd9565a9f
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Wrong dates from DatePicker.
- Update SDK to 5.2.98
- Date from scheduling a meeting from chat room.
## 5.1.2 - 2023-08-25

View file

@ -503,6 +503,7 @@ ColumnLayout {
onClicked: {
conferenceInfoModel.resetConferenceInfo()
conferenceInfoModel.isScheduled = true
conferenceInfoModel.initDateTime()
conferenceInfoModel.subject = chatRoomModel.subject
conferenceInfoModel.setParticipants(conversation.chatRoomModel.participants)