Add survey duplication actions
This commit is contained in:
@@ -94,8 +94,9 @@ final class SurveyRepository
|
||||
'category' => serialize($this->normalizeCategoryIds($data['category'] ?? [])),
|
||||
'description' => (string) ($data['description'] ?? ''),
|
||||
'published' => '',
|
||||
'isActive' => '',
|
||||
'isActive' => '1',
|
||||
'isLocked' => '',
|
||||
'isTemplate' => !empty($data['isTemplate']) ? '1' : '',
|
||||
'createdBy' => $memberId,
|
||||
'updatedBy' => $memberId,
|
||||
'createdAt' => $now,
|
||||
|
||||
Reference in New Issue
Block a user