Jan Van de Velde

Results 6 issues of Jan Van de Velde

**Summary** There is a missing colon in the routing file for the TranslationBundle [here](https://github.com/oroinc/platform/blob/5.0.3/src/Oro/Bundle/TranslationBundle/Resources/config/oro/routing.yml#L3) Causing the warning `Warning: Undefined array key 1` [here](https://github.com/oroinc/platform/blob/5.0.3/src/Oro/Bundle/NavigationBundle/Menu/AclAwareMenuFactoryExtension.php#L118) After it is exploded using two colons...

**Summary** While upgrading oro-platform from 4.2.3 to 4.2.7 we encountered an error during oro:platform:update: **Steps to reproduce** install these packages "oro/platform": "4.2.7" "sentry/sentry-symfony": "^4.2.2", "sentry/sentry": "^3.3", **Actual Result** ``` [Symfony\Component\Debug\Exception\FatalThrowableError]...

Gives the possibility to select whether warnings should be logged as errors during integration sync

cla: yes

The HandleTransitionCronTriggerCommand pushes a message with an invalid body to the queue. The mainEntity parameter is always null in the command, but was not set as an allowed type.

When passing the button-classes option to the PasswordType form type while overwriting default input templates, the attributes becomes mangled. The attributes are not properly escaped. escaping happens here: https://github.com/symfony/ux-toggle-password/blob/2.x/src/Form/TogglePasswordTypeExtension.php#L94 ```...

Deprecated: Creation of dynamic property SebastianBergmann\PHPCOV\Arguments::$cobertura is deprecated This issue seems to be fixed in later versions, but not in version 8.2.1 [original PR](https://github.com/sebastianbergmann/phpcov/pull/125)