You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just used composer.phar update and now I am getting the following error while trying to save a form which was working before:
Fatal error: Call to undefined method Symfony\Component\Form\Form::isReadOnly() in /Volumes/Development/Qapps/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/PropertyPathMapper.php on line 90
Does this by any chance have anything to do with #4158? Because I was getting the errors with that using doctrine as well. Either the set method was missing while I had an add method, or the remove method was missing.
The text was updated successfully, but these errors were encountered:
I just used composer.phar update and now I am getting the following error while trying to save a form which was working before:
Fatal error: Call to undefined method Symfony\Component\Form\Form::isReadOnly() in /Volumes/Development/Qapps/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/PropertyPathMapper.php on line 90
Does this by any chance have anything to do with #4158? Because I was getting the errors with that using doctrine as well. Either the set method was missing while I had an add method, or the remove method was missing.
The text was updated successfully, but these errors were encountered: