Date | 2015-12-07 (3,266 days ago) |
---|---|
Downloads | 40K downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.5 |
Umbraco Versions | Umbraco 7 |
GridDataModel
class now has a PropertyAlias
property. If an instance of GridDataModel
is parsed directly from a property value, the value of PropertyAlias
will be the alias of that property (see 5226e4c
).v1.5.0
will fail during Examine indexing since it tries to use HttpContext.Current
which at this point is null
. Thanks to @gavinfaux and @nvisage-gf this is now fixed in this release (see 9da02ec
).