Commits ------- 36cebf0 Fix infinite loop on circullar reference in form factory Discussion ---------- [BugFix][Form]Throw exception on form name circulal ref Bug fix: yes Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Closes: #2673 When FormType method `getName()` returns the same value as `getParent()` we're asking about trouble, and land into infinite loop.
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|