Ivo Lukač

Results 5 issues of Ivo Lukač

I followed the "install with composer" instructions on https://sylius.com/download/ Looks like the line: $ php bin/console server:start ... is no longer valid as its not include in symfony4 by default

Bug

In situation when there is more languages enabled in ezp but there are not all mapped to solr shards (multi-shard setup), object removal crashes. To prevent this we need to...

added additional argument to migrate command so non-interactive usage is possible. e.g. to migrate image from "image" field to "remote_image" field in all "ng_news" type of content: ``` php bin/console_test...

Related to https://github.com/mghoneimy/php-graphql-oqm/issues/6

Found a small problems with underscore. The endpoint is providing the "_foobar" and "foobar" names of objects. The the generated code creates 2 selectFoobar() functions, hence its an error. Not...