When a skin is defined in *.skinr.inc (which is auto-loaded for select hooks), and include a custom 'form callback' function, the includefile won't be loaded when displaying the skin settings form (e.g. /admin/structure/skinr/edit/block/system__user-menu/configure ) resulting in the form element not being created.

We'll need to add custom loading of *.skinr.inc file when a skin with the a 'form callback' is defined in the *.skinr.inc file.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

moonray’s picture

Status: Active » Needs review
FileSize
2.93 KB

And here's a patch.

moonray’s picture

Needed to tweak some test to account for new 'include file' for all $module.skinr.inc, even when they're normally auto-loaded.

moonray’s picture

Status: Needs review » Fixed

Committed. This fixed testing issues.

Status: Fixed » Closed (fixed)

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