Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, does anyone using Terratype within the LeBlenderModel ?
@inherits UmbracoViewPage<Lecoati.LeBlender.Extension.Models.LeBlenderModel> @using Archetype.Models; @using Archetype.Extensions; @using Terratype;
I can get the value of var map = record.GetValue<Terratype.Models.Model>("location"); if I am not using this in the LeBlender.
var map = record.GetValue<Terratype.Models.Model>("location");
But other values works fine except Terratype works fine when I am using in the LeBlender.
Does any know if it is a conflict between the LeBlender and Terratype that it always shows the default value of the map.Position in the LeBlender ?
Thanks,
A
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
always showing the default value in cshtml
Hi, does anyone using Terratype within the LeBlenderModel ?
@inherits UmbracoViewPage<Lecoati.LeBlender.Extension.Models.LeBlenderModel> @using Archetype.Models; @using Archetype.Extensions; @using Terratype;
I can get the value of
var map = record.GetValue<Terratype.Models.Model>("location");
if I am not using this in the LeBlender.But other values works fine except Terratype works fine when I am using in the LeBlender.
Does any know if it is a conflict between the LeBlender and Terratype that it always shows the default value of the map.Position in the LeBlender ?
Thanks,
A
is working on a reply...