This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ abstract class AbstractConfig implements ConfigInterface
61
61
*/
62
62
private static $ bnCode = 'Magento_Cart_%s ' ;
63
63
64
+ /**
65
+ * @var \Magento\Framework\App\Config\ScopeConfigInterface
66
+ */
67
+ protected $ _scopeConfig ;
68
+
64
69
/**
65
70
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
66
71
*/
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ define([
117
117
* @param {String } enabler
118
118
*/
119
119
disableSolution = function ( solution , enabler ) {
120
+ setSolutionUsedefaultEnabled ( solution , enabler ) ;
120
121
setSolutionMarkEnabled ( solution , enabler , false ) ;
121
122
setSolutionSelectEnabled ( solution , enabler , false ) ;
122
123
setSolutionPropEnabled ( solution , enabler , false ) ;
@@ -129,6 +130,7 @@ define([
129
130
* @param {String } enabler
130
131
*/
131
132
enableSolution = function ( solution , enabler ) {
133
+ setSolutionUsedefaultEnabled ( solution , enabler ) ;
132
134
setSolutionPropEnabled ( solution , enabler ) ;
133
135
setSolutionSelectEnabled ( solution , enabler ) ;
134
136
setSolutionMarkEnabled ( solution , enabler ) ;
You can’t perform that action at this time.
0 commit comments