Hi,
CCK2 needs to be notified when fields are installed, uninstalled and so on. Otherwise, the field definition may remain in an inconsistent state taht may cause problems when disabling and then reenabling the module.
Here's a patch that adds addresses_cck.install with the required hook implementations.
| Comment | File | Size | Author |
|---|---|---|---|
| addresses_cck.install.patch | 1.24 KB | markus_petrux |
Comments
Comment #1
AntiNSA commentedI want to use this patch.. Is it safe??
Comment #2
markus_petrux commentedI don't get what you mean by safe, but reading what you've said here, I would say No. It isn't safe.
Patches are not for production. You may wait until it's reviewed and committed to the project repository. If you need this, then what you can do is help testing the patch on a safe environment, and provide feedback so that the module developers can feel more confident that the patch works as expected when more people can review and test it.
Please, read this:
http://drupal.org/getting-involved
http://drupal.org/node/314199
http://drupal.org/patch/review
Comment #3
AntiNSA commentedWhat I meant is has anyone reviewed this? Hows it doing? Ok? Tested yet?
Comment #4
brmassa commentedMarkus,
thanks a lot. Commited. Soon on the 1.04 release!
regards,
massa