Skip to content

v1.2.1

Choose a tag to compare

@DavidLambauer DavidLambauer released this 20 Apr 12:34
· 61 commits to main since this release
6299dce

Fixed

  • db:seed --fresh no longer crashes with "Delete operation is forbidden for current area" on installs that carry sample data (or any non-seeder products/categories). SeedCommand now registers isSecureArea = true alongside the existing adminhtml area code, so category/product cleanup can pass Magento's delete guards from CLI. Registration is skipped when the flag is already set by an outer caller to avoid clobbering.