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
Save your file and check the bundle config file with the symfony console:
php bin/console debug:config jms_serializer
Current configuration for extension with alias "jms_serializer"
===============================================================
jms_serializer:
visitors:
json:
options: 1216
It should be 256 instead of 1216.
Versions:
symfony: 3.4.0
jms/serializer-bundle: 2.4.4
Just wanted to know if this problem has been addressed and hopefully fixed in some recent version of the bundle?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
The file is loaded but the content is not merged with the default settings.
I also check with another bundle (fosrestbundle) and the output of the "php bin/console debug:config fos_rest" is in sync with the content of the bundle config file (fos_rest.yaml).
So it appears to be specific to jms_serializer, not to symfony.
Thanks.
I wanted to pass some options to the json serializer and realised that my config file content was just not taken into account.
To reproduce the issue create a file named jms_serializer.yaml with the following content:
Save your file and check the bundle config file with the symfony console:
It should be 256 instead of 1216.
Versions:
Just wanted to know if this problem has been addressed and hopefully fixed in some recent version of the bundle?
Thanks.
The text was updated successfully, but these errors were encountered: