Closed (fixed)
Project:
CKEditor Link
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2011 at 15:04 UTC
Updated:
11 Dec 2011 at 17:32 UTC
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
Comment #1
anrikun commentedThanks for your report!
Marked #1349556: Access CKEditor Link permission not respected (UI only) as a duplicate of this.
Will fix this ASAP!
Comment #2
anrikun commentedFixed in both 6.x-2.x and 7.x-2.x