I'm having some issues with the value converters and umbraco 7.5.4. It have tried two installes now - the second totally clean with only the property value converters installed..
var test = Model.Content.GetPropertyValue<IPublishedContent>("test");
@test.Url
fails with "test" being null when data IS present (media picker).
I have done this forever (!) in previous version ... i don't know if the problem is with umbraco or with the core property value converter?
Anyone faced this problem and managed to fix it?
EDIT: I figured it out.. ;) The single mediapicker converts now to IEnumerable
Problems with 7.5.4
Hi,
I'm having some issues with the value converters and umbraco 7.5.4. It have tried two installes now - the second totally clean with only the property value converters installed..
fails with "test" being null when data IS present (media picker).
I have done this forever (!) in previous version ... i don't know if the problem is with umbraco or with the core property value converter?
Anyone faced this problem and managed to fix it?
EDIT: I figured it out.. ;) The single mediapicker converts now to IEnumerable
/ulrich
is working on a reply...