andriusvo
andriusvo
**Sylius version affected**: All versions **Description** Promotions channels are not validated then Promotion Coupon is applied **Steps to reproduce** 1. Create a Promotion with coupons 2. Disable all channels 3....
**Summary** In class `File` change field `parentEntityId` from `int` to `string`, because relations can have `id` fields as `UUID` for example. **Example** Real case - class `Car` have a relation...
**Summary** In class `AuditFieldTypeRegistry` method `validateAuditType` works incorrectly. Method `validateAuditType` checks whether provided audit type exists and if it's exist -> exception is raised: ``` if (!empty(static::$auditTypes[$auditType])) { throw new...
**Summary** We want to set a index on an integer property of our class. The value can be any integer - 0, 1, 2 .. whatever. But then reindex command...
:bug: **I'm reporting a Bug** :bug: Version affected: >= 7 In a class `Akeneo\Tool\Bundle\VersioningBundle\EventSubscriber\TimestampableSubscriber` on line 63 there is a comparision between hardcoded class name. If my `Product` class is...
:bug: **I'm reporting a Bug** :bug: Version affected: >= 7 In the class `Akeneo\Tool\Bundle\BatchBundle\Notification\MailNotifier` line 70 parsed parameters are only `jobExecution`. In the `@AkeneoBatch/Email/notification.txt.twig` there is variable `email` defined, which...
:bug: **I'm reporting a Bug** :bug: Version - Akeneo PIM v7.0 Symfony Webprofiler shows invalid entity: `The association Akeneo\Pim\Enrichment\Component\Product\Model\Product#groups refers to the inverse side field Akeneo\Pim\Enrichment\Component\Product\Model\Group#products which does not exist.`...
Latest release is not building with Java 8.0.302. Got a compilation error on `nifi-sqllookup-services`. Switched to Java 11 and then it works fine. Any suggestions?
**Describe the bug** Using EasyAdmin CrudAutocompleteType, then you clear the field, random options from the list appearing. What is expected: all choices that initial load have would appear. I want...
**Describe the bug** After refactoring of `MenuItemMatcherInterface` the bug appears with sub-items. Earlier, EasyAdmin called `isSelected` even on the sub-items: https://github.com/EasyCorp/EasyAdminBundle/blob/328cd8190bbaf84ad79fce138776f67cff10487a/src/Factory/MenuFactory.php#L102 After refactoring, this line was removed and only being...