Umbraco 7.15 Insert Link and Select Media Throws Angular Error
Actions Taken:
Open Rich-Text Editor
Click Insert/Edit Link icon
Click Select Media button
Click document that has already been uploaded to Media section
Click Submit button
Back on the Select Link screen, the Link Title field
has populated with the title of the media I selected, but the Link
URL field is blank and grayed out.
Chrome Dev Tools Error Shown:
This is the error message that appears when I try to click the Submit button on the Select Link window:
angular.min.js?cdv=1987298381:63 TypeError: Cannot read property 'split' of undefined
at Object.insertLinkInEditor (umbraco.services.js?cdv=1987298381:7405)
at Object.submit (umbraco.controllers.js?cdv=1987298381:17171)
at a.scope.submitForm (umbraco.directives.js?cdv=1987298381:6569)
at angular.min.js?cdv=1987298381:74
at Object.d.<computed> [as action] (angular.min.js?cdv=1987298381:44)
at angular.min.js?cdv=1987298381:74
at angular-mobile.js?cdv=1987298381:270
at Object.$eval (angular.min.js?cdv=1987298381:92)
at Object.$apply (angular.min.js?cdv=1987298381:92)
at HTMLButtonElement.<anonymous> (angular-mobile.js?cdv=1987298381:269)
This error message also appears in Chrome Dev tools with a little X next to it. It appears to be happening in the angular.min.js file as well:
Umbraco 7.15 Insert Link and Select Media Throws Angular Error
Actions Taken:
Chrome Dev Tools Error Shown:
This is the error message that appears when I try to click the Submit button on the Select Link window:
This error message also appears in Chrome Dev tools with a little X next to it. It appears to be happening in the angular.min.js file as well:
Things to note:
I see there has been a lot of conversation around this issue but I can't seem to find a legit solution. Can anyone help me?!!!
is working on a reply...