You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing data or populating there is no option to set inheritFilters to false. Probably this was kept from before the inheritFilters was introduced
rsat
changed the title
Missing inheritFilters fields for Collection for InitialData
Missing inheritFilters field for Collection for InitialData
Oct 24, 2023
You're right - the format has not been updated when we added the inheritFilters toggle in v2. If you are willing to make a PR then that would be very welcome!
Describe the bug
When importing data or populating there is no option to set inheritFilters to false. Probably this was kept from before the inheritFilters was introduced
vendure/packages/core/src/data-import/types.ts
Lines 23 to 33 in 218561f
vendure/packages/core/src/data-import/providers/populator/populator.ts
Lines 137 to 152 in 218561f
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Imported Collections should keep setting inheritFilters to true by default but should be able to set as false if desired.
Environment (please complete the following information):
Additional context
Could create the pull request with the fix for approval
The text was updated successfully, but these errors were encountered: