Skip to content

Commit

Permalink
Bugfix id
Browse files Browse the repository at this point in the history
  • Loading branch information
ctippler committed Dec 22, 2021
1 parent baa06cc commit 78ddaff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Executor/AbstractExecutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ public function getExtJsSettings()
$data['executorConfig'] = $executorConfig;

$data['values'] = $this->getValues();
$data['values']['id'] = $this->getConfig()->getId();
$data['loggers'] = $this->getLoggers();
$data['actions'] = $this->getActions();

Expand Down

0 comments on commit 78ddaff

Please sign in to comment.