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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.