From 53c5871a4792c34b41909ac001a60b40b24ed3c1 Mon Sep 17 00:00:00 2001 From: Ievgenii Gryshkun Date: Tue, 22 Jan 2019 15:07:00 +0200 Subject: [PATCH 1/2] magento:magento2 BAckport Special Price shown without currency symbol in magento backoffice #20472 --- .../view/adminhtml/ui_component/product_listing.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/code/Magento/Catalog/view/adminhtml/ui_component/product_listing.xml b/app/code/Magento/Catalog/view/adminhtml/ui_component/product_listing.xml index 65090fa3ac461..ade4c9bdeabf4 100644 --- a/app/code/Magento/Catalog/view/adminhtml/ui_component/product_listing.xml +++ b/app/code/Magento/Catalog/view/adminhtml/ui_component/product_listing.xml @@ -190,6 +190,13 @@ + + + false + textRange + + + entity_id From 398aadbe66962f033d675fdeac207e1d7fab92e5 Mon Sep 17 00:00:00 2001 From: Ievgenii Gryshkun Date: Tue, 29 Jan 2019 14:37:27 +0200 Subject: [PATCH 2/2] magento:magento2#20472 Special Price shown without currency symbol in magento backoffice --- .../Catalog/view/adminhtml/ui_component/product_listing.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Catalog/view/adminhtml/ui_component/product_listing.xml b/app/code/Magento/Catalog/view/adminhtml/ui_component/product_listing.xml index ade4c9bdeabf4..58b0679151540 100644 --- a/app/code/Magento/Catalog/view/adminhtml/ui_component/product_listing.xml +++ b/app/code/Magento/Catalog/view/adminhtml/ui_component/product_listing.xml @@ -192,7 +192,7 @@ - false + true textRange