mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix Date when scheduling a new meeting from chat group.
This commit is contained in:
parent
d66281cb4d
commit
6cd9565a9f
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -503,6 +503,7 @@ ColumnLayout {
|
|||
onClicked: {
|
||||
conferenceInfoModel.resetConferenceInfo()
|
||||
conferenceInfoModel.isScheduled = true
|
||||
conferenceInfoModel.initDateTime()
|
||||
conferenceInfoModel.subject = chatRoomModel.subject
|
||||
conferenceInfoModel.setParticipants(conversation.chatRoomModel.participants)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue