File tree 5 files changed +7
-1
lines changed
Model/ResourceModel/Entity/Grid
5 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ protected function _prepareLayout()
51
51
ObjectManager::getInstance ()->create (PreparePostData::class)
52
52
);
53
53
}
54
+
55
+ return $ this ;
54
56
}
55
57
56
58
private function getProductLinkField (): string
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ class AbstractMassStatus extends \Magento\Backend\App\Action
27
27
*/
28
28
const REDIRECT_URL = '*/*/ ' ;
29
29
30
+ const SUCCESS_MESSAGE = '' ;
31
+
30
32
/**
31
33
* @var Filter
32
34
*/
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function execute()
43
43
44
44
if (isset ($ data ['rule ' ])) {
45
45
$ data ['conditions ' ] = $ data ['rule ' ]['conditions ' ];
46
- unset($ data ['rule ' ]);
46
+ unset($ data ['rule ' ]); // @phpstan-ignore-line
47
47
}
48
48
49
49
$ model ->loadPost ($ data );
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ public function getAggregations()
75
75
public function setAggregations ($ aggregations )
76
76
{
77
77
$ this ->aggregations = $ aggregations ;
78
+ return $ this ;
78
79
}
79
80
80
81
/**
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ public function apply()
43
43
[ 'tab_id ' => $ entityId , 'store_id ' => Store::DEFAULT_STORE_ID ]
44
44
);
45
45
}
46
+ return $ this ;
46
47
}
47
48
48
49
/**
You can’t perform that action at this time.
0 commit comments