Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit aafcc0b

Browse files
committed
MAGETWO-71520: Product Grid filtered to Store View is broken if corresponding Store is deleted
-fix static tests
1 parent 4746d64 commit aafcc0b

File tree

1 file changed

+4
-4
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid/filters

1 file changed

+4
-4
lines changed

app/code/Magento/Ui/view/base/web/js/grid/filters/filters.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,10 @@ define([
384384
* @param {bool} isError - Selected index of the filter.
385385
*/
386386
onBackendError: function (isError) {
387-
var defaultMessage = 'Something went wrong with processing the default view and we have restored the filter' +
388-
' to its original state.',
389-
customMessage = 'Something went wrong with processing current custom view and filters have been reset' +
390-
' to its original state. Please edit filters then click apply.';
387+
var defaultMessage = 'Something went wrong with processing the default view and we have restored the ' +
388+
'filter to its original state.',
389+
customMessage = 'Something went wrong with processing current custom view and filters have been ' +
390+
'reset to its original state. Please edit filters then click apply.';
391391

392392
if (isError) {
393393
this.clear();

0 commit comments

Comments
 (0)