devcut

Results 3 comments of devcut

I have an another solution (basically the same) for each modal of you application : ```js $('.modal').on($.modal.AFTER_CLOSE, function(event, modal) { $(this).insertAfter($(modal.$anchor)); }); ``` with this function, after the modal is...

@javiereguiluz can you fix this problem quickly pls ? :pray:

Hi @si4kar, i defined the controller in services.yaml but my function not working.. (I use symfony 4.2) ```yaml App\Controller\RegistrationController: arguments: $formFactory: '@fos_user.registration.form.factory' ``` ```php