platform
platform copied to clipboard
Main OroPlatform package with core functionality.
Fix an issue with a missing parameter "sender", replaced to "fromEmail" as non existing in body message
**Summary** I've got a OroCRM installation running 4.1.5, which has just been upgraded to 4.1.7. This worked fine locally in a docker environment running MySQL 5.7.28. When I roll the...
I set the default value for the status and it worked but when I press the X, values in the grid are not reset, but remain the filtered by default...
**Summary** Upon adding translation, installation fails. **Steps to reproduce** Add data migration script that installs translation into the system. Sample code use: `/** @var TranslationManager $translationManager */ $translationManager = $this->container->get('oro_translation.manager.translation');...
**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...
**Summary** When running importexport and some exception get thrown e.g Doctrine\DBAL\Exception\UniqueConstraintViolationException, class Oro\Bundle\BatchBundle\Step\StepExecutor::handleStepExecutionWarning() will attempt to call getMessageParameters(). **Steps to reproduce** Mimic any doctrine exceptions that do not implement method...
**Summary** I was trying the Oauth2 authentication with Oro and it worked well localy, but when I tried in a production environment it started to throw errors like this: ```...
**STR** 1) Set default local 'es_ES' ```yml framework: default_locale: '%locale%' ``` ```yml parameters: locale: es_ES ``` Run command oro:platform:install **Actual result** ``` > loading Oro\Bundle\WorkflowBundle\Migrations\Data\ORM\UpdateDefinitionTranslations In Translation.php line 104: Type...
because otherwise the command will fail with a password which contains special characters
**Summary** I'd like to be able to set the current workflow step via the API. Either as a "virtual field" on the related entity, or through a separate API call....