Closed (fixed)
Project:
Devel
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Mar 2006 at 23:57 UTC
Updated:
22 Mar 2006 at 23:01 UTC
Jump to comment: Most recent file
because there is no hook_install() when installing the devel module fresh, there module weight is set to 0, and not 10.
I have created a devel.install and I have implemented the hook_install() so that the module weight will be set to 10, and moved devel_update_1() to the .install file as devel_update_2() so that it will get run again and correct the weight for newly install modules.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | devel.install | 577 bytes | gordon |
| devel_9.patch | 616 bytes | gordon |
Comments
Comment #1
gordon commentedAdd new devel.install file
Comment #2
moshe weitzman commentedsounds reasonable to me. anyone object? if noone replies for 2 days, feel free to commit this.
Comment #3
gordon commentedcommited to cvs.
Comment #4
(not verified) commented