Add TipTap editor and switch tags to event/organization edit
This commit is contained in:
@@ -103,8 +103,9 @@ class EventEditController extends AbstractFrontendModuleController
|
||||
'endTime' => $this->resolveFormEndTime($event),
|
||||
'location_id' => (int) ($event['location_id'] ?? 0),
|
||||
'tags' => $currentTagIds,
|
||||
'teaser' => (string) ($event['teaser'] ?? ''),
|
||||
'description' => (string) ($event['description'] ?? ''),
|
||||
'teaser' => '' !== trim((string) ($event['teaser'] ?? ''))
|
||||
? (string) ($event['teaser'] ?? '')
|
||||
: (string) ($event['description'] ?? ''),
|
||||
'url' => (string) ($event['url'] ?? ''),
|
||||
'photographer' => (string) ($event['photographer'] ?? ''),
|
||||
'addImage' => '1' === (string) ($event['addImage'] ?? ''),
|
||||
|
||||
Reference in New Issue
Block a user