Merge branch 'dev-v7' into temp8

# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.controller.js
#	src/Umbraco.Web/Editors/ContentController.cs
#	src/Umbraco.Web/Routing/PublishedRequest.cs
This commit is contained in:
Sebastiaan Janssen
2019-01-27 13:47:22 +01:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1294,7 +1294,7 @@ function tinyMceService($rootScope, $q, imageHelper, $locale, $http, $timeout, s
self.createLinkPicker(args.editor, function (currentTarget, anchorElement) {
var linkPicker = {
currentTarget: currentTarget,
anchors: self.getAnchorNames(JSON.stringify(editorState.current.properties)),
anchors: editorState.current ? self.getAnchorNames(JSON.stringify(editorState.current.properties)) : [],
submit: function (model) {
self.insertLinkInEditor(args.editor, model.target, anchorElement);
editorService.close();