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
Have some data types changed from ints to strings e.g media picker values?
I'm getting errors in methods that use ints, if i cast the values to ints it works.
home.pressPack > 0
had to change to:
home.pressPack != String.Empty
Sounds similar to this post (and linked post) on the Razor forum. See http://our.umbraco.org/forum/developers/razor/28549-Razor-4711-DataTypeModel-Generic-Collection
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Upgrade question 4.7.1 -> 4.7.1.1
Have some data types changed from ints to strings e.g media picker values?
I'm getting errors in methods that use ints, if i cast the values to ints it works.
home.pressPack > 0
had to change to:
home.pressPack != String.Empty
Sounds similar to this post (and linked post) on the Razor forum. See http://our.umbraco.org/forum/developers/razor/28549-Razor-4711-DataTypeModel-Generic-Collection
is working on a reply...