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
Done upgrade from 1.23.1 to 2.2.0.
We're getting A namer must be configured.
After searching the code found that \Vich\UploaderBundle\Mapping\PropertyMapping::getUploadName is now throwing exception if namer is not configured.
Based on diff
There was a warning but for some reason it was not tracked.
But anyway namer should be a required field so that Symfony Cache won't build.
Current behavior
namer is optional in configs.
Expected behavior
namer is not optional in configs and container complications failes.
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
Done upgrade from 1.23.1 to 2.2.0.
We're getting
A namer must be configured.
After searching the code found that
\Vich\UploaderBundle\Mapping\PropertyMapping::getUploadName
is now throwing exception if namer is not configured.Based on diff
There was a warning but for some reason it was not tracked.
But anyway
namer
should be arequired
field so that Symfony Cache won't build.Current behavior
namer
is optional in configs.Expected behavior
namer
is not optional in configs and container complications failes.The text was updated successfully, but these errors were encountered: