When setting up settings for ckeditor via an install profile and drupal_form_submit you can't set "args"
Please use menu routing and form args, this way we can set ckeditor config via install profile.

Here is a patch that should work.

Comments

wwalc’s picture

Status: Active » Needs review
valkum’s picture

StatusFileSize
new4.91 KB

i found another arg. missed one in last patch. here my actual work.
I tested it locally and it all worked as before + i can now set up settings with profiles.

  • Commit 446dc03 on 7.x-1.x authored by valkum, committed by wwalc:
    Issue #1960808 by valkum, wwalc: Avoid using arg() in code
    
wwalc’s picture

Issue summary: View changes
Status: Needs review » Fixed

There were some invalid parts in the code, like:
debug($edit);
or adding a task where it wasn't needed:
array('ckeditor_admin_profile_delete_form', 'delete', 5),

however after a few fixes it worked well, so I pushed it. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.