|
|
@ -249,10 +249,7 @@ function WorkPackagesListController($scope, |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
exJson.meta.sums = new Array(exJson.meta.columns.length); |
|
|
|
exJson.meta.sums = new Array(exJson.meta.columns.length); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
exJson.meta.total_entries = workPackages.total; |
|
|
|
// TODO: no longer use detour over $source once the properties are available
|
|
|
|
|
|
|
|
// directly on the CollectionResource
|
|
|
|
|
|
|
|
exJson.meta.total_entries = workPackages.$source.total; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Go
|
|
|
|
// Go
|
|
|
|