Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Delete X-ALT-DESC property value on changing the description
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny authored and backportbot-nextcloud[bot] committed Nov 18, 2022
commit a61c26aa4c4c7710383d028fbc62a883d452de90
3 changes: 3 additions & 0 deletions src/store/calendarObjectInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ const mutations = {
}
}

// Delete custom description properties
calendarObjectInstance.eventComponent.deleteAllProperties('X-ALT-DESC')

calendarObjectInstance.eventComponent.description = description
calendarObjectInstance.description = description
},
Expand Down