You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BroadleafCommerce/QA#1711 - Add special handling for product list grid fetches - make eager fetching of category and sku optional - introduce hints to enterprise for special state handling - add control for how sorting in the resulting fetch query is handled
Copy file name to clipboardExpand all lines: admin/broadleaf-admin-module/src/main/java/org/broadleafcommerce/admin/server/service/extension/ProductCustomPersistenceHandlerExtensionHandler.java
+16
Original file line number
Diff line number
Diff line change
@@ -55,4 +55,20 @@ public interface ProductCustomPersistenceHandlerExtensionHandler extends Extensi
Copy file name to clipboardExpand all lines: admin/broadleaf-admin-module/src/main/java/org/broadleafcommerce/admin/server/service/handler/ProductCustomPersistenceHandler.java
+44-17
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,9 @@ public class ProductCustomPersistenceHandler extends CustomPersistenceHandlerAda
0 commit comments