Skip to content

Commit 2a3e192

Browse files
authored
Release 2.0.2 (#4)
* [Github Issue #3] Fix BC break in OroCommerce 4.1.7 - restrict in composer - use sortable widget directly - remove composer.json from bundle
1 parent 3177683 commit 2a3e192

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
]
1818
},
1919
"require": {
20-
"oro/commerce": "4.1.*"
20+
"oro/commerce": "~4.1.7"
2121
},
2222
"minimum-stability": "dev"
2323
}

src/B2bCode/Bundle/CmsFormBundle/Resources/public/js/app/components/sortable-fields-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ define(function(require) {
88
var mediator = require('oroui/js/mediator');
99
var LoadingMaskView = require('oroui/js/app/views/loading-mask-view');
1010
var BaseComponent = require('oroui/js/app/components/base/component');
11-
require('jquery-ui');
11+
require('jquery-ui/widgets/sortable');
1212

1313
SortableFieldsComponent = BaseComponent.extend({
1414
options: {

src/B2bCode/Bundle/CmsFormBundle/composer.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)