Merge pull request #10722 from umbraco/v9/bugfix/fix-multi-url-picker

V9: Fix multi url picker
This commit is contained in:
Nikolaj Geisle
2021-08-05 08:11:31 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -142,7 +142,7 @@ function entityResource($q, $http, umbRequestHelper) {
umbRequestHelper.getApiUrl(
"entityApiBaseUrl",
"GetUrl",
[{ udi: udi }, {culture: culture }])),
[{ id: udi }, {culture: culture }])),
'Failed to retrieve url for UDI:' + udi);
},