From 6cd9565a9f44901469d816711e4074f464a0d15d Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 8 Sep 2023 09:44:22 +0200 Subject: [PATCH] Fix Date when scheduling a new meeting from chat group. --- CHANGELOG.md | 1 + linphone-app/ui/views/App/Main/Conversation.qml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b47efd58..b0c3cf775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/linphone-app/ui/views/App/Main/Conversation.qml b/linphone-app/ui/views/App/Main/Conversation.qml index 7cf6016d4..67794fe8f 100644 --- a/linphone-app/ui/views/App/Main/Conversation.qml +++ b/linphone-app/ui/views/App/Main/Conversation.qml @@ -503,6 +503,7 @@ ColumnLayout { onClicked: { conferenceInfoModel.resetConferenceInfo() conferenceInfoModel.isScheduled = true + conferenceInfoModel.initDateTime() conferenceInfoModel.subject = chatRoomModel.subject conferenceInfoModel.setParticipants(conversation.chatRoomModel.participants)