greg-man

Results 12 comments of greg-man

Sure. As I work with a form that is not tied to an entity I just call (using Symfony 2.7) ``` $this->createFormBuilder(null, [ 'translation_domain' => $domain ]) ->add('first', 'fieldset', [...

Same problem here, except when I remove the lines from RegistrationManager.php as you suggested, the form is not performed after submit. Instead it shows the empty registration form again. Any...

Well, found a solution by myself => need to check the request object for POST method, like so: # RegistrationManager.php (starting line 65) ``` $request = $this->container->get('request'); if ($request->getMethod() ==...

Too bad, as I dug further I found that the fix won't cover the problem fully. It still exists, when a form is submitted, but rejected for some constraints, e.g....

Weird, don't know why, but custom templates are working now as expected. Must have done something wrong, doesn't seem to be a bug at all.

Never did this before. I'm afraid this is beyond my skills :-(

There is a solution in an old (closed) issue. https://github.com/PUGX/PUGXMultiUserBundle/issues/35. Sadly it requires you to patch the core file RegistrationManager.php. I would like to see this feature in the official...

Finally I tried, but the commit didn't pass the tests. I don't have an experience n unit testing so what can I do?

I understand that storing daily production data would be kind of heavy play. But how about storing yield day data after inverter has shutdown for a period of e.g. a...