Fix getBlueprintScaffold endpoint
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user