We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee7e1f commit 4f10b5dCopy full SHA for 4f10b5d
app/code/Magento/Customer/view/frontend/web/js/customer-data.js
@@ -86,7 +86,7 @@ define([
86
var parameters;
87
88
sectionNames = sectionConfig.filterClientSideSections(sectionNames);
89
- parameters = _.isArray(sectionNames) ? {
+ parameters = _.isArray(sectionNames) && sectionNames.indexOf('*') < 0 ? {
90
sections: sectionNames.join(',')
91
} : [];
92
parameters['force_new_section_timestamp'] = forceNewSectionTimestamp;
0 commit comments