It looks like that Vorto properties is not working in some cases in Doc Type Grid Editor.
Looks like it fails when I have doc type with more than one property. I have it working on a single doc type with a vorto textbox and a simple drop down. On others it's not working. E.g. a doc type with a content picker and a vorto RTE.
Looks like the problem is when it calls "/umbraco/backoffice/VortoApi/VortoApi/GetLanguages?..." where the dtdguid is undefined.
The return data from the server looks like this: {"Message":"The request is invalid.","MessageDetail":"The parameters dictionary contains a null entry for parameter 'dtdguid' of non-nullable type 'System.Guid' for method 'System.Collections.Generic.IEnumerable`1[System.Object] GetLanguages(System.String, Int32, Int32, System.Guid)' in 'Our.Umbraco.Vorto.Web.Controllers.VortoApiController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter."}
Vorto not working with DTGE
It looks like that Vorto properties is not working in some cases in Doc Type Grid Editor.
Looks like it fails when I have doc type with more than one property. I have it working on a single doc type with a vorto textbox and a simple drop down. On others it's not working. E.g. a doc type with a content picker and a vorto RTE.
Looks like the problem is when it calls "/umbraco/backoffice/VortoApi/VortoApi/GetLanguages?..." where the dtdguid is undefined.
The return data from the server looks like this: {"Message":"The request is invalid.","MessageDetail":"The parameters dictionary contains a null entry for parameter 'dtdguid' of non-nullable type 'System.Guid' for method 'System.Collections.Generic.IEnumerable`1[System.Object] GetLanguages(System.String, Int32, Int32, System.Guid)' in 'Our.Umbraco.Vorto.Web.Controllers.VortoApiController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter."}
Cheers Rune
is working on a reply...