| Comment | File | Size | Author |
|---|---|---|---|
| #4 | profile_role.patch | 1.83 KB | berenddeboer |
| #2 | fix_double_schema_install.patch | 491 bytes | cross |
| #1 | fix_double_install_schema.patch | 487 bytes | cross |
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | profile_role.patch | 1.83 KB | berenddeboer |
| #2 | fix_double_schema_install.patch | 491 bytes | cross |
| #1 | fix_double_install_schema.patch | 487 bytes | cross |
Comments
Comment #1
cross commentedin D7 drupal_install_schema() now called from module_enable() so we not need install_hook for install schema.
Trivial patch to fix error on enable module
Comment #2
cross commentedSorry. Forgot --no-prefix option of git.
Comment #3
berenddeboer commentedWorks for me.
Comment #4
berenddeboer commentedRolled up above patch + some changes so profile roles work now fine.
Have however abandoned this approach as it appears fields are the new way to go, and the field permissions module works as well.