Copied to clipboard

Flag this post as spam?

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


  • Garret 68 posts 308 karma points
    Aug 23, 2014 @ 00:06
    Garret
    0

    Umbraco 7.1.5 - ContentResource - failed to retrieve children attempted to divide by zero

    contentResource.getChildren($routeParams.id), without options paramer results in error, this wasn't the case in 7.1.4

    Failed to retrieve children for content item 1317


    Attempted to divide by zero.

    If I add options as a second parameter to the call the error is gone

         $scope.options = {
             pageSize: 10,
             pageNumber: 1,
             filter: '',
             orderBy: 'SortOrder',
             orderDirection: "asc"
         };

Please Sign in or register to post replies

Write your reply to:

Draft