Fix getBlueprintScaffold endpoint

This commit is contained in:
Nathan Woulfe
2021-05-21 11:21:44 +10:00
committed by GitHub
parent 9aee6919d7
commit edef73fd39

View File

@@ -694,7 +694,7 @@ function contentResource($q, $http, umbDataFormatter, umbRequestHelper) {
$http.get( $http.get(
umbRequestHelper.getApiUrl( umbRequestHelper.getApiUrl(
"contentApiBaseUrl", "contentApiBaseUrl",
"GetEmpty", "GetEmptyBlueprint",
{ blueprintId: blueprintId, parentId: parentId })), { blueprintId: blueprintId, parentId: parentId })),
'Failed to retrieve blueprint for id ' + blueprintId) 'Failed to retrieve blueprint for id ' + blueprintId)
.then(function (result) { .then(function (result) {