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',
|
'created',
|
||||||
'modified',
|
'modified',
|
||||||
'enabled',
|
'enabled',
|
||||||
|
'default_sku',
|
||||||
],
|
],
|
||||||
'associated' => [
|
'associated' => [
|
||||||
'ProductSkuVariantValues' => [
|
'ProductSkuVariantValues' => [
|
||||||
|
|
Loading…
Reference in New Issue