Open szakitibi opened 4 months ago
The json like query strings ([test] or {test}) doomed to fail for KeywordsVocabulary, due to the use of _parseJSON:
[test]
{test}
KeywordsVocabulary
_parseJSON
https://github.com/plone/plone.app.content/blob/68721f40ad41ec3a883174a903a11a4382e2baae/plone/app/content/browser/vocabulary.py#L93-L102
The json like query strings (
[test]
or{test}
) doomed to fail forKeywordsVocabulary
, due to the use of_parseJSON
:https://github.com/plone/plone.app.content/blob/68721f40ad41ec3a883174a903a11a4382e2baae/plone/app/content/browser/vocabulary.py#L93-L102