File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Ui/Component/Filters/Type Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ protected function applyFilter()
84
84
85
85
if (is_array ($ value )) {
86
86
if (isset ($ value ['from ' ])) {
87
- if (!$ this ->getData ('config/options/showsTime ' ) && $ this ->getData ('config/dateFormat ' )) {
87
+ if (!$ this ->getData ('config/options/showsTime ' ) && $ this ->getData ('config/dateFormat ' )) {
88
88
$ value ['from ' ] = $ this ->wrappedComponent ->convertDateFormat (
89
89
$ value ['from ' ],
90
90
$ this ->getData ('config/dateFormat ' )
@@ -97,7 +97,7 @@ protected function applyFilter()
97
97
}
98
98
99
99
if (isset ($ value ['to ' ])) {
100
- if (!$ this ->getData ('config/options/showsTime ' ) && $ this ->getData ('config/dateFormat ' )) {
100
+ if (!$ this ->getData ('config/options/showsTime ' ) && $ this ->getData ('config/dateFormat ' )) {
101
101
$ value ['to ' ] = $ this ->wrappedComponent ->convertDateFormat (
102
102
$ value ['to ' ],
103
103
$ this ->getData ('config/dateFormat ' )
You can’t perform that action at this time.
0 commit comments