Uladzimir Tsykun

Results 18 comments of Uladzimir Tsykun

Hi all, Related to https://github.com/oroinc/platform/issues/738#issuecomment-328789252 It worked as described in the issue, until version 1.9.2. To fix for our customization we coped the **all** old filters from oro/platform v1.9.1 and...

Hi @sadortun Yes, but #738 fixes does not resolve problem from this issue. ![Selection_999(627)](https://user-images.githubusercontent.com/21358010/67987578-dbf5c600-fc3e-11e9-8007-727d94f441be.png)

Hi @sadortun good feature, very useful for users. We also added this feature in our customization. User also can apply segment to relation (i.e. case->contact ...), and select "NOT IN",...

Hi @anyt. Yes, the docker container is builds under root user. **UPD** Just checked, the command finished without errors, if run it under non-super user ``` FROM php:7.1-fpm-alpine3.10 # Install...

Hi @sadortun yes. I use the `oro_locale.language` config instead of `default_locale` ```yml parameters: locale: es_ES framework: #esi: ~ fallback: en default_locale: en stof_doctrine_extensions: default_locale: en translation_fallback: true oro_locale: formatting_code: '%locale%'...

Yes the same, It will very useful for end user. I also implemented this functional for our projects. My implementation https://github.com/vtsykun/better-oro-bundle#job-logger ![img](https://raw.githubusercontent.com/vtsykun/better-oro-bundle/master/Resources/docs/jobs.png) Thanks

Yes you can do it, but for it need to made a fork and update `security.yml` here https://github.com/vtsykun/packeton/blob/master/app/config/security.yml#L52

Hi @xelan Yes. Please notes that `zipball` path used for download package code from dist. If you need read-only access to the package metadata, you can split this rule in...

Hi, you need to place this file relative to the home directory of web-server, i.e `~/.composer/config.json, /var/www/.composer/config.json`, but not inside the root-directory of the application.