ShtumiUsefulBundle icon indicating copy to clipboard operation
ShtumiUsefulBundle copied to clipboard

Symfony 2 bundle with some useful things - custom form types, dql functions, twig extensions, etc...

Results 26 ShtumiUsefulBundle issues
Sort by recently updated
recently updated
newest added

https://kanbanflow.com/t/ebbja7Yw

Hello. This bundle is not compatible with symfony 3. Example https://github.com/symfony/symfony/blob/master/UPGRADE-3.0.md#routing I can do it. This bundle is active? Could this pull request be accepted?

Should be value of property that will be prompted by autocomplete unique? For example, we have several "John Doe" in user table and "property: username" in config. ShtumiAutocomplete always saves...

Hello! `composer require shtumi/ShtumiUsefulBundle 2.0: ` Composer install message error: > `The package is not available in a stable-enough version according to your minimum-stability setting` thanks for your suggestions to...

I'm use this bundle is excellent but i have a error, when load its in select dependent, where mi parent is Category and my chind control is Product, it's work...

I use shtumi_ajax_autocomplete in a form provided by Sonata Admin Bundle it is a simple form with 4 fields in dev mode it work like a charm but in prod...

FatalErrorException: Error: Class 'Symfony\Component\Form\Exception\FormException' not found in ...\vendor\shtumi\useful-bundle\Shtumi\UsefulBundle\Form\Type\AjaxAutocompleteType.php line 52

Hi, it will be great if this bundle worked with mongodb: have you planned to make this happen? Thanks a lot Best regards

Using: ``` $builder->add( 'knowledge_area', 'shtumi_ajax_autocomplete', array( 'label' => 'Knowledge Area', 'class' => 'KeebeegeeCampusBundle:Category', 'property' => 'category_name_indent', 'query_builder' => function(EntityRepository $er) { $qb = $er->findOneBy(array('static_id' => 3000)); return $er->getChildrenQueryBuilder($qb, false, null,...