Parcourir la source

[Administration] Produits > Catégories : affichage de 100 catégories par page

develop
Guillaume Bourgeois il y a 1 semaine
Parent
révision
50f88935b4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      domain/Product/ProductCategory/ProductCategorySearch.php

+ 1
- 1
domain/Product/ProductCategory/ProductCategorySearch.php Voir le fichier

@@ -68,7 +68,7 @@ class ProductCategorySearch extends ProductCategory
'query' => $query,
'sort' => ['attributes' => ['name']],
'pagination' => [
'pageSize' => 20,
'pageSize' => 100,
],
]);

Chargement…
Annuler
Enregistrer