Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Erik 14 posts 70 karma points
    Mar 05, 2014 @ 18:07
    Erik
    0

    Bug: Empty Date Properties

    There is a bug when you display a DateTime property, and one of the documents doesn't have that property filled out:

    2014-03-04 10:28:17,661 [24] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 24] An unhandled exception occurred
    System.FormatException: String was not recognized as a valid DateTime.
       at System.DateTime.Parse(String s)
       at System.Linq.EnumerableSorter`2.ComputeKeys(TElement[] elements, Int32 count)
       at System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count)
       at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__0.MoveNext()
       at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
       at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
       at uChildListDataType.TableData.ProcessRequest(HttpContext context)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    
  • Matt 76 posts 280 karma points
    Mar 05, 2014 @ 18:13
    Matt
    0

    Thanks Eric - as an interim "workaround" to at least get it displaying results again, use the right click toggle nodes functionality to find the offending node and add the date.

    Regards,
    Matt 

  • Matt 76 posts 280 karma points
    Mar 09, 2014 @ 08:29
    Matt
    100

    Take a look at v 0.1.2 - empty date is now fixed.

    Regards,
    Matt

  • Erik 14 posts 70 karma points
    Mar 11, 2014 @ 22:35
    Erik
    0

    This is fixed now, thanks!

Please Sign in or register to post replies

Write your reply to:

Draft