diff --git a/app/assets/javascripts/admin/bulk_product_update.js.coffee b/app/assets/javascripts/admin/bulk_product_update.js.coffee index 7d5ab0a45f..30d3a18f09 100644 --- a/app/assets/javascripts/admin/bulk_product_update.js.coffee +++ b/app/assets/javascripts/admin/bulk_product_update.js.coffee @@ -237,6 +237,8 @@ productEditModule.controller "AdminProductEditCtrl", [ else if confirm("'#{filter.predicate.name}' filter already exists on column '#{filter.property.name}'. Replace it?") $scope.currentFilters[existingfilterIndex] = filter $scope.fetchProducts() + else + alert("Please ensure all filter fields are filled in before adding a filter.") $scope.removeFilter = (filter) -> index = $scope.currentFilters.indexOf(filter)