Skip to content

Commit

Permalink
MAGETWO-71520: Product Grid filtered to Store View is broken if corre…
Browse files Browse the repository at this point in the history
…sponding Store is deleted

-fix static tests
irenelagno committed Oct 6, 2017
1 parent 4746d64 commit aafcc0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/code/Magento/Ui/view/base/web/js/grid/filters/filters.js
Original file line number Diff line number Diff line change
@@ -384,10 +384,10 @@ define([
* @param {bool} isError - Selected index of the filter.
*/
onBackendError: function (isError) {
var defaultMessage = 'Something went wrong with processing the default view and we have restored the filter' +
' to its original state.',
customMessage = 'Something went wrong with processing current custom view and filters have been reset' +
' to its original state. Please edit filters then click apply.';
var defaultMessage = 'Something went wrong with processing the default view and we have restored the ' +
'filter to its original state.',
customMessage = 'Something went wrong with processing current custom view and filters have been ' +
'reset to its original state. Please edit filters then click apply.';

if (isError) {
this.clear();

0 comments on commit aafcc0b

Please sign in to comment.