Skip to content

Commit

Permalink
Fixes Smile-SA#1186 - support web/js files relocation
Browse files Browse the repository at this point in the history
To be introduced in 2.3.x and 2.2.7
With expected BC break in 2.2.x because magento/magento2#16582 does not seem to cover this particular case
See issue of origin magento/magento2#16302
  • Loading branch information
rbayet committed Nov 19, 2018
1 parent da37194 commit 64ee4c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
var config = {
map: {
'*': {
mageQuickSearch : 'Magento_Search/form-mini',
quickSearch: 'Smile_ElasticsuiteCore/js/form-mini'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define([
'Magento_Ui/js/lib/knockout/template/loader',
'jquery/ui',
'mage/translate',
'mageQuickSearch'
'Magento_Search/form-mini'
], function (ko, $, _, mageTemplate, priceUtil, templateLoader) {
'use strict';

Expand Down

0 comments on commit 64ee4c2

Please sign in to comment.