- Issue created by @kmajzlik
- 🇦🇺Australia mstrelan
I believe this is a core limitation, you'll get an AmbiguousBundleClassException
- 🇨🇿Czech Republic kmajzlik
For me it works fine without errors with patch from that MR.
#[Bundle( entityType: 'taxonomy_term', bundle: 'coupons', label: new TranslatableMarkup('Region'), )] #[Bundle( entityType: 'taxonomy_term', bundle: 'leaflets', label: new TranslatableMarkup('Region'), )] class MyTerm extends Term {}
- 🇦🇺Australia mstrelan
No worries are you able to update the test coverage?