add default sku flag to accessible fields in save options skus add
This commit is contained in:
parent
75714137b7
commit
e9ba1845ba
|
@ -131,6 +131,7 @@ class ProductSkusController extends AppController
|
|||
'created',
|
||||
'modified',
|
||||
'enabled',
|
||||
'default_sku',
|
||||
],
|
||||
'associated' => [
|
||||
'ProductSkuVariantValues' => [
|
||||
|
|
Loading…
Reference in New Issue