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
Hi, great plugin (as well as Vorto). Two things bothers me:
I’m trying to implement Vorto inside Fluidity. While the UI is rendered - there is ‘activeLanguage’ missing. I tried with Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en"); without success. Is Vorto possible inside Fluidity and how?
Implementing Media picker throw this error:
Message: "The request contains an entity body but no Content-Type header. The inferred media type 'application/octet-stream' is not supported for this resource." Am I missing property converter...
The text was updated successfully, but these errors were encountered:
However, I played a bit because it didn't give me peace of mind, and I came to the conclusion that because the vorto is not inside the 'right content tree', this api doesn't get the right data: public IEnumerable GetLanguages(string section, int id, int parentId, Guid dtdGuid). In fact, the problem is in dtdGuid type that requires a Guid, but an 'undefined' string comes inside. Changing Guid to string type (and then try-convert to Guid) solves the problem (I hope no one else shows up :)). The second question still bothers me...
Hi, great plugin (as well as Vorto). Two things bothers me:
Message: "The request contains an entity body but no Content-Type header. The inferred media type 'application/octet-stream' is not supported for this resource." Am I missing property converter...
The text was updated successfully, but these errors were encountered: