Uladzimir Tsykun

Results 29 issues of Uladzimir Tsykun

An error occurs if application is not installed during the first cache clear. Reproduced on oro/crm 3.1.4 ``` $ rm -rf var/cache/* $ php bin/console -vvv ``` ``` In ChainProcessor.php...

**Summary** Columns not shown in report/segment on Firefox 91 ![Selection_0087](https://user-images.githubusercontent.com/21358010/132542818-af56373e-8512-44b2-a8cc-a3977d95cd57.png) ![Selection_0088](https://user-images.githubusercontent.com/21358010/132542829-7689fb81-cee6-4926-a0dc-d7ec51113f5c.png) **Steps to reproduce** Open the page on latest Firefox version on linux or window https://demo.orocrm.com/index.php/report/update/11 **Actual Result** JS error...

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

Hi team, All oro filters (like datetime, string and other) uses symfony forms for transforming filter data from user input input data. All default entity validator will be trigger, if...

enhancement
cla: yes
Component: Datagrid

Hi team, When I debugged and monitored sys. calls of the command `oro:assets:build` with linux syscall tracer I'd noticed very strange behavior ``` sudo strace -p `pidof nodejs` &> log.txt...

question

If I open the "My User" menu, I will be redirected 2 times: to the login page and to main index dashboard **STR** Bug reproduces on OroPlatform 3.1.14 1) Login...

This PR allow to use layout builder twice to render any layout block inside the call of `$layoutManager->getLayout()` during rendering the main website page. **Use case** I want to create...

enhancement
cla: yes

Hi, The styles of following dialog widgets are broken after update **1) Email template**. oro/platform 3.1.10 ![Selection_999(394)](https://user-images.githubusercontent.com/21358010/62700673-29b9b400-b9eb-11e9-8a41-488ea7142fdc.png) Before (oro/platform 2.6.*) ![Selection_999(393)](https://user-images.githubusercontent.com/21358010/62700702-43f39200-b9eb-11e9-81a0-19a6623ced5d.png) **2) Operation frontend options does not apply** ```yml operations:...

bug
open for contribution

**STR** - Create report with group by any field (not PK) - Add count(ID) column to report ![Selection_999(283)](https://user-images.githubusercontent.com/21358010/58430312-84609680-80b1-11e9-9197-9dff03af68f5.png) - report must have more 5000 rows - export report datagrid **Actual...

bug
scheduled for implementation