From plugin.js:


 // Overrides linkType definition.
        var infoTab = definition.getContents('info');
        var content = getById(infoTab.elements, 'linkType');
        content.items.unshift([Drupal.settings.ckeditor_link.type_name, 'drupal']);
plugin.js:109 Uncaught TypeError: Cannot read property 'type_name' of undefined

When a user doesn't have permission to "access ckeditor link" and they try to use a CKEditor profile with the link configured, the whole page blows up. Granting the permission fixes.

Great module! thanks.

Comments

anrikun’s picture

Version: 6.x-2.1 » 7.x-2.x-dev
Priority: Minor » Normal

Thanks for your report!
Marked #1349556: Access CKEditor Link permission not respected (UI only) as a duplicate of this.
Will fix this ASAP!

anrikun’s picture

Status: Active » Closed (fixed)

Fixed in both 6.x-2.x and 7.x-2.x