Closed guelzow closed 3 years ago
Adding an additional criteria is OK and we don't consider this as breaking change (no interfaces or signatures changed). Can you create a PR for the required change?
Can you create a PR for the required change?
Done.
PR is merged. Thanks again!
Hi everyone.
Is your feature request related to a problem? When editing products, the dropdown from options/configurable and options/type supplies the complete list of attribute types. Even the disabled ones are shown.
Describe the solution you'd like Apply a filter here: https://github.com/aimeos/ai-admin-jqadm/blob/2020.10.14/admin/jqadm/themes/product.js#L268
That will display only the active types.
Describe alternatives you've considered An alternative would be to declare a new mixin method, because the change above might be considered a breaking change. This new method then must be used here https://github.com/aimeos/ai-admin-jqadm/blob/2020.10.14/admin/jqadm/templates/product/item-option-config-standard.php#L69 and here https://github.com/aimeos/ai-admin-jqadm/blob/2020.10.14/admin/jqadm/templates/product/item-option-custom-standard.php#L67
Additional context Screenshot of a filtered list
Tobi