Add messages to BPE interface for cases when 0 or > 500 products are found

This commit is contained in:
Rob H
2014-01-05 19:17:50 +08:00
parent 2e56d7a551
commit 49b9b8f635
3 changed files with 20 additions and 2 deletions

View File

@@ -185,7 +185,6 @@ productsApp.controller "AdminBulkProductsCtrl", [
$scope.fetchProducts = -> # WARNING: returns a promise
#apply current filters
$scope.loading = true
queryString = $scope.currentFilters.reduce (qs,f) ->
return qs + "q[#{f.property.db_column}_#{f.predicate.predicate}]=#{f.value};"