an extra field needs to be created in the database and manage in the site node type to allow for management of the status of a site. the node->status field is not enough precise for our needs.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | status.diff | 2.97 KB | anarcat |
an extra field needs to be created in the database and manage in the site node type to allow for management of the status of a site. the node->status field is not enough precise for our needs.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | status.diff | 2.97 KB | anarcat |
Comments
Comment #1
anarcat commentedComment #2
adrian commentedseems like i had already implemented this as the site enabled field. needs some more testing tho.
Comment #3
anarcat commentedIs "enable" sufficient? I think the site's status should really be configurable... Not all sites would need billing states for example...
Comment #4
anarcat commentedHere's my current patch. I have done part of it, but now I need to have the post_install hook to run and update the status after the install is done. That doesn't work right now since the hook doesn't get called (I don't see that print_r in drush...)
Comment #5
anarcat commentedI committed a new patch which should work properly. I fear I have re-opened this bug with the patch though: http://drupal.org/node/248454
Comment #6
adrian commentedconfirmed as fix.
i don't think it's related to the error you are getting.
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.