When I try to delete a custom widget definition from admin/structure/widgets/definitions, the definition is not deleted and I get the following PHP Notice:

Notice: Undefined index: data in drupal_process_attached() (line 4466 of /home/clients/websites/w_deasy/public_html/deasy/includes/common.inc).

-mike

Comments

Christopher Riley’s picture

Having the same issue

magtak’s picture

same

pjmcghee’s picture

getting this same error as well. did anyone figure out a workaround?

FuXXz’s picture

Issue summary: View changes

Same for me

Error message if i delete sets
Notice: Undefined index: widgets_set in widgets_set_delete_form_submit() (line 516 of sites/all/modules/widgets/widgets.admin.inc).

Error if i delete definitions
Notice: Undefined index: data in drupal_process_attached() (line 4501 of /includes/common.inc).
Error if you reverse a set
Notice: Undefined index: widgets_set in widgets_set_revert_form_submit() (line 542 of /sites/all/modules/widgets/widgets.admin.inc).
Notice: Undefined index: widgets_set in widgets_set_revert_form_submit() (line 543 of /sites/all/modules/widgets/widgets.admin.inc).

Why the ModulPage says Maintenance status: Actively maintained and Development status: Under active development? Simply set it to not maintained, so the dupal users can choose to use it or not.

joachim’s picture

Status: Active » Closed (duplicate)