In the Blog module, when click the Edit Categories Location button
or when click Edit Tags Location button appears a grid with 2 columns
one per language installed. The title is Edit Terms and the grid is
filled with empty values.
When I fill the first grid column with the categorie name (already
created and existing in Taxonomy) and put the traduction in the second
grid column if I fill another column the previuos filled disaper.
When click the Update button I got the error:
A critical error has occurred. Cannot deserialize the current JSON
array (e.g. [1,2,3]) into type
'DotNetNuke.Modules.Blog.Entities.Terms.TermsController+TermML' because
the type requires a JSON object (e.g. {"name":"value"}) to deserialize
correctly. To fix this error either change the JSON to a JSON object
(e.g. {"name":"value"}) or change the deserialized type to an array or a
type that implements a collection interface (e.g. ICollection, IList)
like List that can be deserialized from a JSON array. JsonArrayAttribute
can also be added to the type to force it to deserialize from a JSON
array. Path '[0]', line 1, position 2.
This is something I am doing wrong or is a 'bug' in the module?
Thank you very much.
Adérito