Closed mhodorogea closed 7 years ago
It seems that the error comes from Orchard.DynamicForms.Drivers
the class : TaxonomyElementDriver
and more precise the function :
private IEnumerable<SelectListItem> GetTermOptions(Taxonomy element, string displayType, int? taxonomyId, IDictionary<string, object> tokenData)
What do you think ?
dynamic forms I didn't see that ... @sfmskywalker
Hello ! I just created a pull request to fix this issue. https://github.com/OrchardCMS/Orchard/pull/7458
I modified two lines only :)
What do you think about this correction? Thanks @sebastienros @sfmskywalker
Hello, I noticed that when we use the taxonomies in the dynamic forms, it doesn't respect the proper encoding. In result we have the following :
Acuité
Algèbre
Ambiguë
Aperçu
If you have any ideas about how to solve this, please write it down ;)