Closed (fixed)
Project:
Util
Version:
6.x-3.1
Component:
Module weights
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2012 at 12:48 UTC
Updated:
15 Sep 2012 at 15:31 UTC
If you have modules that are hidden (e.g. token_test and views_test) the modules page lists extraneous weights for these at the bottom of the list. Cleaning this up requires two things:
1. Filter them out of module_weights_form_alter
2. Add a check for these in module_weights_system_module_validate so that we don't display an error when hidden modules don't have a numeric weight.
Patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| module_weights.module.patch | 1.76 KB | bkat |
Comments
Comment #1
nancydruCommitted, thanks for the patch.