fix: edit feed not updating fixed_event and target_event

pull/8271/head
Luciano Righetti 2022-04-06 15:07:36 +02:00
parent e2fd97aa67
commit e33ac3d7d0
1 changed files with 3 additions and 1 deletions

View File

@ -352,7 +352,9 @@ class FeedsController extends AppController
'delete_local_file',
'lookup_visible',
'headers',
'orgc_id'
'orgc_id',
'fixed_event',
'target_event'
],
'afterFind' => function (array $feed) {
$feed['Feed']['settings'] = json_decode($feed['Feed']['settings'], true);