We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e19978 commit a270b92Copy full SHA for a270b92
src/controllers/ConditionsController.php
@@ -41,7 +41,7 @@ public function beforeAction($action): bool
41
42
$this->requireCpRequest();
43
44
- $baseConfig = Json::decodeIfJson($this->request->getBodyParam('config'));
+ $baseConfig = Component::cleanseConfig(Json::decodeIfJson($this->request->getBodyParam('config')));
45
$config = Component::cleanseConfig($this->request->getBodyParam($baseConfig['name']));
46
$newRuleType = ArrayHelper::remove($config, 'new-rule-type');
47
$conditionsService = Craft::$app->getConditions();
0 commit comments