Jérôme Macias

Results 11 comments of Jérôme Macias

I use Browserstack to run my integration test, and I need to flag the browserstack build as complete or fail. I must be in afterEach and / or afterAll because...

IMO, this is the wrong way to remove a subform from a list, you must do that before submitting the form.

You need to do it before calling the `bind` method. You can use something like that, in your form class: ``` php public function bind(array $taintedValues = null, array $taintedFiles...

You can manage addition/deletion of item into your doctrine (for example) collection in the overwritted `bind` method. Call on save will be done after, and as your collection had already...

Do you use last release of ng-admin, the `0.8` one ? If yes, sorry, you must use the master version until the new 0.9 version is out.

@fzaninotto Isn't be fixed with https://github.com/marmelab/admin-config/pull/20 ?

`# import Query.*, Mutation.*, * from "./starwars.graphql"` works for me after upgrading from `0.4.5` to `0.6.0`

@tiagobutzke Can you add your fork to packagist please ? Thanks for your work.

@tiagobutzke Thanks man! Can you enable issues on your project and tag the master please ?

@tiagobutzke You rock :+1: