On submit I get this error. I traced it to missing remove-checkbox and made up a little patch.

Notice: Undefined index: remove in config_perms_admin_form_submit() (line 177 of /path/to/drupal/sites/all/modules/config_perms/config_perms.admin.inc).

My patch removes the permission field which is there by default and all new empty permission field gets the remove checkbox. To me this makes more sense than having always one empty permission there.

Comments

jviitamaki’s picture

Here's the patch.

jviitamaki’s picture

Status: Active » Needs review
Docc’s picture

Status: Needs review » Closed (fixed)
joshuautley’s picture

You're totally my hero right now. Thanks for the patch.