Adding system/ajax to the default set of exclusion lists will prevent a lot of problems with other modules that use ajax callbacks. In my case it broke the relation add widget on node edit forms.

Change this

    '#default_value' => variable_get('colorbox_pages', "admin*\nimg_assist*\nimce*\nnode/add/*\nnode/*/edit"),

to this

'#default_value' => variable_get('colorbox_pages', "admin*\nimg_assist*\nimce*\nnode/add/*\nnode/*/edit\nsystem/ajax\nsystem/ajax/*"),

in colorbox.admin.inc on line 346.

If i have some spare time i will create a patch myself.

Comments

frjo’s picture

Version: 7.x-1.3 » 7.x-1.x-dev
Assigned: Unassigned » frjo
Status: Active » Fixed

Committed to 7-dev.

Status: Fixed » Closed (fixed)

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