MOBILE-3401 events: Send empty description text
parent
e12ceb59db
commit
ffea12173a
|
@ -458,7 +458,7 @@ export class AddonCalendarEditEventPage implements OnInit, OnDestroy {
|
||||||
eventtype: formData.eventtype,
|
eventtype: formData.eventtype,
|
||||||
timestart: timeStartDate,
|
timestart: timeStartDate,
|
||||||
description: {
|
description: {
|
||||||
text: formData.description,
|
text: formData.description || '',
|
||||||
format: 1
|
format: 1
|
||||||
},
|
},
|
||||||
location: formData.location,
|
location: formData.location,
|
||||||
|
|
Loading…
Reference in New Issue