Ishiki

Results 13 comments of Ishiki

Why this project have been abandoned? Seem pretty useful nowdays.

You must configure Supervisor to run oro:message-queue:consume command, but be careful because add --no-debug parameter as it will drive your hard drive crazy.

Ok we solved one issue, as database got somehow corrupted and our new entities dragged old workflow items from the table. But issues still persists where force_autostart does not work...

I dunno this issue is partially true now. Because autostart still not works as expected, but Ive solved fatal errors and it was on our side.

Yes, Oro version is 3.1.19 and Doctrine ORM 2.6.3, create workflow transition notification rule and add contact group that is association field. ![image](https://user-images.githubusercontent.com/3973894/77448552-9d34f800-6df9-11ea-8828-8a35631bedd0.png) And Doctine wont lazy load this association,...

Hi, @anyt Im using `bin/phpiunit --testsuite=functional` command to run tests. Without this tests that requires running application just fails due to exception Ive mentioned.

PhpUnit as described in Oro official documentation about functional tests

oh sorry its crm application :)

Issue is that we have status as an object, but it can be managed as a string, and ORO thinks that if you have property and it is an object...

Hydrate is useless without this feature. If you want to cache models efficiently without caching full objects, you must convert them to array, but you are unable to hydrate them...