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
contentResource.getChildren($routeParams.id), without options paramer results in error, this wasn't the case in 7.1.4
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" };
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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"
};
is working on a reply...