platform icon indicating copy to clipboard operation
platform copied to clipboard

Main OroPlatform package with core functionality.

Results 125 platform issues
Sort by recently updated
recently updated
newest added

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

**Summary** The 5.0 branch of oro/platform is installed with the **v7.4.4** of package `guzzlehttp/guzzle`. Or this version is affected by vulnerabilities CVE-2022-31090 and CVE-2022-31091. It is recommanded to upgrade to...

scheduled for implementation

**Summary** When adding a shipping or billing address for Italy country there are two errors: - The SU region (combined code IT-SU) is missing. The region is: https://en.wikipedia.org/wiki/Province_of_South_Sardinia - The...

**Summary** > Oro\Bundle\InstallerBundle\Composer\ScriptHandler::setPermissions In Process.php line 143: [TypeError] Symfony\Component\Process\Process::__construct(): Argument #1 ($command) must be of type array, string given, called in /var/www/html/vendor/oro/platform/src/Oro/Bundle/InstallerBundle/Composer/Permission sHandler.php on line 111 **Steps to reproduce** composer...

issue fixed

**Summary** Be able to adjust time on a date time filter. This is a key feature to be able to give the same functionality on mobile as there is available...

bug
scheduled for implementation

**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** Websocket connection is not authenticated properly when changing password and refreshing the page. **Steps to reproduce** 1. Login 2. Open devtools 3. Change password of logged in user 4....

bug
scheduled for implementation

**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** 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]...

**Summary** When trying to export a datagrid with a non "ORM" datasource an exception is thrown in the export processor. **Steps to reproduce** Create a datagrid with array datasource and...

enhancement
open for contribution