MOBILE-3401 events: Send empty description text

main
Pau Ferrer Ocaña 2020-06-22 16:06:27 +02:00
parent e12ceb59db
commit ffea12173a
1 changed files with 1 additions and 1 deletions

View File

@ -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,