- Test fixes
This commit is contained in:
@@ -187,8 +187,10 @@ function entityResource($q, $http, umbRequestHelper) {
|
||||
$http.post(
|
||||
umbRequestHelper.getApiUrl(
|
||||
"entityApiBaseUrl",
|
||||
"GetAnchors",
|
||||
{ rteContent: rteContent })),
|
||||
'GetAnchors'),
|
||||
{
|
||||
rteContent: rteContent
|
||||
}),
|
||||
'Failed to anchors data for rte content ' + rteContent);
|
||||
},
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
function openLinkPicker(editor, currentTarget, anchorElement) {
|
||||
|
||||
entityResource.getAnchors($scope.model.value).then(function(anchorValues) {
|
||||
entityResource.getAnchors(JSON.stringify($scope.model.value)).then(function(anchorValues) {
|
||||
vm.linkPickerOverlay = {
|
||||
view: "linkpicker",
|
||||
currentTarget: currentTarget,
|
||||
|
||||
Reference in New Issue
Block a user