File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/PageBuilder/Controller/Adminhtml/Form/Element/ProductConditions Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
namespace Magento \PageBuilder \Controller \Adminhtml \Form \Element \ProductConditions ;
10
10
11
+ use Magento \Framework \App \Action \HttpPostActionInterface ;
11
12
use Magento \Rule \Model \Condition \AbstractCondition ;
12
13
13
14
/**
14
15
* Responsible for rendering the child elements of the conditions rule tree using the provided params
15
16
*/
16
- class Child extends \Magento \CatalogWidget \Controller \Adminhtml \Product \Widget
17
+ class Child extends \Magento \CatalogWidget \Controller \Adminhtml \Product \Widget implements HttpPostActionInterface
17
18
{
18
19
/**
19
20
* @var \Magento\CatalogWidget\Model\Rule
@@ -33,6 +34,8 @@ public function __construct(
33
34
}
34
35
35
36
/**
37
+ * Render child template
38
+ *
36
39
* @return void
37
40
*/
38
41
public function execute ()
You can’t perform that action at this time.
0 commit comments