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 a20219f48b2861fc3ec66398c213809ea3346e95
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