Eric

Results 5 issues of Eric

To use widget manager inside twig templates with `loadModules` its necessary to dynamically import it. Example: ```twig loadModules(['oroui/js/widget-manager'], function(widgetManager) { widgetManager.getWidgetInstance({{ app.request.get('_wid')|json_encode|raw }}, function(widget) { ... }); }); ``` I...

enhancement
scheduled for implementation

As described in oroinc/platform#1111 Are there plans to add typed class constants types in the whole project? thx Eric

Allow to install more recent packages of `composer/semver` and `friendsofphp/php-cs-fixer` I'm not quite sure how to update `dev.json` and `dev.lock` there are some slight differences. If you like i can...

**Summary** `Oro\Bundle\CalendarBundle\Migrations\Data\ORM\AddCalendarEventActivityLists` fails on `platform:update` **Steps to reproduce** * clone Platform-Application * `composer install` * `php bin/console oro:install` * `composer require oro/calendar-bundle` ```bash Running composer update oro/calendar-bundle Loading composer repositories...

**Summary** With the Release of Oro 6.0 it should be possible to install PHPCSFixer in a Version which supports PHP 8.3 ATM this is not possible in case of the...