Skip to content

Commit 96bab6a

Browse files
author
Oleksandr Gorkun
committed
Merge branch '2.2.10-develop' of https://github.com/magento/magento2ce into MAGETWO-99413
2 parents a55d2cd + 6dd7508 commit 96bab6a

File tree

4 files changed

+177
-219
lines changed

4 files changed

+177
-219
lines changed

app/code/Magento/Ui/view/base/web/js/grid/editing/record.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,6 @@ define([
134134

135135
field = utils.extend({}, fields.base, field);
136136

137-
field.__disableTmpl = {
138-
label: true,
139-
options: true
140-
};
141-
142137
return utils.template(field, {
143138
record: this,
144139
column: column

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"phpseclib/mcrypt_compat": "1.0.8",
5555
"phpseclib/phpseclib": "2.0.*",
5656
"tedivm/jshrink": "~1.3.0",
57-
"magento/composer": "1.2.x-dev as 1.2.1",
57+
"magento/composer": "~1.2.0",
5858
"lib-libxml": "*",
5959
"ext-ctype": "*",
6060
"ext-gd": "*",
@@ -273,12 +273,5 @@
273273
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/"
274274
}
275275
},
276-
"prefer-stable": true,
277-
"minimum-stability": "dev",
278-
"repositories": {
279-
"magento.composer": {
280-
"type": "vcs",
281-
"url": "https://github.com/magento/composer.git"
282-
}
283-
}
276+
"minimum-stability": "stable"
284277
}

0 commit comments

Comments
 (0)