All Product Features Are Expanded When Making Product Updates

V4.3.1 I select products with tic boxes and then click the gear and select "edit selected".

I want to edit Features so I select it only and click modify selected. All of the features are expanded instead of minimized, which makes for a long list to scroll through.

I also have a v4.3.4 store which displays the features minimized properly. I looked through bug tracker and could not find anything on this issue. It must have been fixed between v4.3.1 and v4.3.4.

Does anyone have any suggestions?

Thanks.

If you mean pagination, just change the PRODUCT_FEATURES_THRESHOLD value in the config.php file

define('PRODUCT_FEATURES_THRESHOLD', 50);

If you mean pagination, just change the PRODUCT_FEATURES_THRESHOLD value in the config.php file

define('PRODUCT_FEATURES_THRESHOLD', 50);

No, not pagination.

The variants are all expanded for each feature by default. So, if I have 5 features and each has 10 variants, all 5 features are already expanded showing all 50 variants.

I would like to only view the feature variants when I click on that feature.

Could you please provide us with the screenshot?