Skip to content

Commit

Permalink
Merge pull request #76 from pimcore/mcop1-patch-1
Browse files Browse the repository at this point in the history
[Task] Pre Release Todo
  • Loading branch information
mcop1 authored May 16, 2023
2 parents 132b838 + 56ec35d commit 566eb9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@
"minimum-stability": "dev",
"require": {
"php": "~8.1.0 || ~8.2.0",
"pimcore/pimcore": "^10.6 || ^11.0",
"pimcore/pimcore": "^11.0",
"pimcore/output-data-config-toolkit-bundle": "^4.1 || ^5.0"
},
"conflict": {
"pimcore/pimcore": "v11.0.0-ALPHA1 || v11.0.0-ALPHA2 || v11.0.0-ALPHA3 || v11.0.0-ALPHA4 || v11.0.0-ALPHA5 || v11.0.0-ALPHA6 || v11.0.0-ALPHA7 || v11.0.0-ALPHA8 || v11.0.0-BETA1"
},
"require-dev": {
"phpstan/phpstan": "^1.9"
},
Expand Down
1 change: 1 addition & 0 deletions src/Model/Document/Editable/Outputchanneltable.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public function getOutputChannel()
$config->setId($tmpClass->id);
$config->setChannel($tmpClass->channel);
$config->setClassId($tmpClass->classId);

$config->setConfiguration(json_encode($tmpClass->configuration));

return $config;
Expand Down

0 comments on commit 566eb9e

Please sign in to comment.