Fixed issue with creating doctypes & templated with an Ampersand : http://issues.umbraco.org/issue/U4-11550 (#2828)

This commit is contained in:
Chris Houston
2018-08-01 01:16:38 -04:00
committed by Sebastiaan Janssen
parent 1d5a807e0d
commit 9663cfde82

View File

@@ -46,7 +46,7 @@ function entityResource($q, $http, umbRequestHelper) {
$http.get(
umbRequestHelper.getApiUrl(
"entityApiBaseUrl",
"GetSafeAlias", { value: value, camelCase: camelCase })),
"GetSafeAlias", { value: encodeURIComponent(value), camelCase: camelCase })),
'Failed to retrieve content type scaffold');
},