Fix description not being populated in event form when there's a validation error
This commit is contained in:
@@ -171,7 +171,7 @@ class API extends BaseModule
|
|||||||
|
|
||||||
$params = [
|
$params = [
|
||||||
'summary' => $summary,
|
'summary' => $summary,
|
||||||
'description' => $desc,
|
'desc' => $desc,
|
||||||
'location' => $location,
|
'location' => $location,
|
||||||
'start' => $strStartDateTime,
|
'start' => $strStartDateTime,
|
||||||
'finish' => $strFinishDateTime,
|
'finish' => $strFinishDateTime,
|
||||||
|
|||||||
Reference in New Issue
Block a user