Skip to content

Commit 4086576

Browse files
committed
reference issue in documentation
Signed-off-by: Maximilian Martin <[email protected]>
1 parent 963b3b2 commit 4086576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/calendarObjectInstance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ const mutations = {
320320
* @param {string} data.description New description to set
321321
*/
322322
changeDescription(state, { calendarObjectInstance, description }) {
323-
// To avoid inconsistencies, remove all parameters (e.g., ALTREP) upon modification.
323+
// To avoid inconsistencies (bug #3863), remove all parameters (e.g., ALTREP) upon modification
324324
const descriptionProperty = calendarObjectInstance.eventComponent.getFirstProperty('Description')
325325
if (descriptionProperty) {
326326
for (const parameter of descriptionProperty.getParametersIterator()) {

0 commit comments

Comments
 (0)