refactor(shop_category): migrate admin module to Domain+DI with routing and ajax cleanup

This commit is contained in:
2026-02-15 15:32:23 +01:00
parent e17875526d
commit 6c87e4615a
63 changed files with 8998 additions and 625 deletions

View File

@@ -697,7 +697,7 @@ class ShopProduct
$out .= ' - ';
}
$out .= \admin\factory\ShopCategory::category_title($row['category_id']);
$out .= ( new \Domain\Category\CategoryRepository( $mdb ) )->categoryTitle( (int) $row['category_id'] );
if (end($results) !== $row)
{