AutoFormBundle icon indicating copy to clipboard operation
AutoFormBundle copied to clipboard

Automate Symfony form building

Results 11 AutoFormBundle issues
Sort by recently updated
recently updated
newest added

Add gitattributes to exclude tests etc from archive

When I have used a CollectionType inside TranslationType and association included 'inversedBy', it caused an error about non-existent field. This solution worked for me and did not break anything else.

getting this error No locales were configured, but expected at least the default locale `en`. Perhaps you need to add it to your `a2lix_translation_form.locales` bundle configuration? using symfony 6 and...

```shell The service "a2lix_auto_form.manipulator.default" has a dependency on a non-existent service "doctrine.orm.default_entity_manager". ``` In my case I have multiple doctrine connections and then entity manager. My default entity manager service...

enhancement
help wanted

Hello, I have an entity Person which inherits a Thing entity, based on schema.org pattern. I also have a PersonTranslation which inherits a ThingTranslation entity. ThingTranslation entity declares the `description`...

Hi there, I'm using `TranslationFormBundle` and its working perfectly. In my case; i'm using the `TranslationsType` in Sonata to add translated field. I want to use a ManyToOne field as...

Hi, thanks a lot for this bundle and TranslationFormBundle, it helps me in many projects ! So, I have a little bit complex context. I work with EasyAdminBundle: I have...

There are two undefined variables since this changes #32

This PR enhances the DoctrineORMInfo class in the A2lix\AutoFormBundle to better support applications that use multiple Doctrine entity managers. Previously, this class was directly creating an EntityManager which can cause...

Look this PR : https://github.com/a2lix/TranslationFormBundle/pull/381