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