Petko Petkov

Results 7 comments of Petko Petkov

Hi @devkbsc, Currently generation of crud for inherited entities is not supported by this bundle. I'll mark the issue as new feature.

By translation you mean actual language translations or code implementation for the feature?

Hi @englenshan, Currently Fyzzy Search is not supported. You still can implement it and share it with us.

Hi @iraldoad, In some databases like postgres and oracle all selected columns must appear in the GROUP BY clause or be used in an aggregate function. Possible solution is to...

Hi @victoracho, except the one above > add these group by clauses directly to the generated code which means in the totals query ` $totalOfRecords = $queryBuilder->select('COUNT(e.{{identifier}})')->getQuery()->getSingleScalarResult();` to add all...

I think your path is wrong. From this doc http://symfony.com/doc/current/templating/overriding.html In order to overwrite controller.php.twig you need to create - **app/Resources/PetkoparaCrudGeneratorBundle/skeleton/crud/controller.php.twig** in you project.

My Readme is also not detected - http://knpbundles.com/petkopara/PetkoparaMultiSearchBundle and http://knpbundles.com/petkopara/PetkoparaCrudGeneratorBundle