Fix description not being populated in event form when there's a validation error
This commit is contained in:
parent
04450bbbd4
commit
1b71b963d7
|
@ -171,7 +171,7 @@ class API extends BaseModule
|
|||
|
||||
$params = [
|
||||
'summary' => $summary,
|
||||
'description' => $desc,
|
||||
'desc' => $desc,
|
||||
'location' => $location,
|
||||
'start' => $strStartDateTime,
|
||||
'finish' => $strFinishDateTime,
|
||||
|
|
Loading…
Reference in a new issue