👾 bug fix: campaign name does not get pushed when saving
This commit is contained in:
parent
ba9ab9f324
commit
9ad97c11e1
2 changed files with 13 additions and 0 deletions
|
@ -269,6 +269,9 @@ function _validateAndSendInput($id, $campaign_type_id): bool {
|
|||
// Update project
|
||||
$project->update($customFields);
|
||||
|
||||
// Set name
|
||||
$project->setName($_POST['title']);
|
||||
|
||||
// Validate project values
|
||||
$validation = $project->validate();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue