SuperSeller3000/tests/Unit/Infrastructure/Admin
Simon Kuehn 838b96eb14 feat: required/optional attribute sections in ArticleType form
Promote article_type_attributes join table to ArticleTypeAttribute entity
with a required boolean flag. ArticleType gains virtual form properties
(requiredAttributeDefs / optionalAttributeDefs) reconciled via
applyAttributeAssignments() on persist/update.

Admin form shows two Tom Select multi-selects; a small JS module
(article-type-attr-sync.js) listens for ea.autocomplete.connect events
and keeps the two lists mutually exclusive in real time.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 22:43:42 +00:00
..
ArticleTypeCrudControllerTest.php feat: required/optional attribute sections in ArticleType form 2026-05-17 22:43:42 +00:00
AttributeDefinitionCrudControllerTest.php feat: admin panel, Mistral client, attribute management, API key command 2026-05-17 20:15:13 +00:00