Closed (fixed)
Project:
Skinr
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2012 at 16:26 UTC
Updated:
10 Jun 2013 at 20:40 UTC
When I put my skins in an existing group, or in a custom group (no difference) they are displayed properly the first time I hit edit-skin on a block. After that the skins are not in a group fieldset in the skinr-ui form. Grouping works fine for skins that I define in my theme.
When I clear cache, skinr-ui form will look good for the first pageview.
I tried moving my hook_skinr_skin_info implementation to a skins/plugin folder but that didn't make any difference. Perhaps this issue is related to http://drupal.org/node/1615094 because that issue is also a module+skinr problem.
Screenshot
http://i.imgur.com/t6fFU.png
Comments
Comment #1
moonray commentedWould you mind sending me the module (or at least relevant parts of it) to look at? it'll help me get to the bottom of the problem faster.
Or if you prefer writing a simpletest that demonstrates the problem, that would work as well (and save me the time writing the test).
Comment #2
jurriaanroelofs commentedHi, I dont have any experience with writing tests. Here is the module:
http://drupal.org/project/commerce_compass
Comment #3
moonray commentedCan you re-test this issue in light of the fix from #1980882: Skin with custom 'form callback' won't load on form when in *.skinr.inc ?
Comment #4
moonray commentedI've tested this with commerce_compass module (after changing the skin plugins to use the 'compass' group instead of 'layout'). It works now.
If you run into issue, let please reopen the issue.