Open joselaurens opened 1 year ago
Same here...
@manuxi can confirm that we had here a bug. At the moment, however, I unfortunately lack the time to repoduce exactly why this arises.
I would say this is a serialization issue in the bundle. Empty array maybe converted into []
instead of into a empty object {}
and so the JSON Pointer not working:
Make sure the bundle return:
{
"ext": {
"seo": {} // <-- if this is [] it could be the problem of the issue
}
}
I install the Bundle on Sulu 2.5, configure and can start using it. But when accessing the SEO tab, it doesn't allow me to edit any fields. When writing in any field, I get this error that I don't understand.
Line 101 is method
Composer requires are
This also happened to me on a Sulu 2.4 installation with SuluNewsBundle version 1.2.0.