propertyName default product sku vskus
CI / testsuite (mysql, 8.2, ) (push) Failing after 6m11s Details
CI / testsuite (mysql, 8.4, ) (push) Successful in 10m19s Details
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Failing after 6m6s Details
CI / Coding Standard & Static Analysis (push) Failing after 5m52s Details

This commit is contained in:
Brandon Shipley 2025-10-09 02:39:55 -07:00
parent 76876e04fa
commit 590e7e652c
Signed by: bmfs
GPG Key ID: 14E38571D8BB0DE4
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ class ProductsTable extends Table
'foreignKey' => 'product_id',
'conditions' => ['DefaultProductSkus.default_sku' => true],
'className' => 'CakeProducts.ProductSkus',
'propertyName' => 'default_product_sku',
'dependent' => true,
]);