Fix getBlueprintScaffold endpoint
This commit is contained in:
@@ -694,7 +694,7 @@ function contentResource($q, $http, umbDataFormatter, umbRequestHelper) {
|
||||
$http.get(
|
||||
umbRequestHelper.getApiUrl(
|
||||
"contentApiBaseUrl",
|
||||
"GetEmpty",
|
||||
"GetEmptyBlueprint",
|
||||
{ blueprintId: blueprintId, parentId: parentId })),
|
||||
'Failed to retrieve blueprint for id ' + blueprintId)
|
||||
.then(function (result) {
|
||||
|
||||
Reference in New Issue
Block a user