Submitted by scottrigby on July 9, 2010 - 17:27
As Argus noticed in this issue, the todolist content type is able to be added outside of a group - but requires setting a group. http://drupal.org/node/834274#comment-3177328
However the content type shouldn't be created outside of a group at all. This is because we needed to add this line in the info file:
features[node][] = "todolist"
Because the content type is created by another module (Todolist), Features won't recognize it as it's own. So when updating the feature, we'll continue to need to add this line back in manually, until this issue is sorted out in the Features module.
Also, after making this change, the small icon in #block-atrium-createwas no longer showing, so we needed to update the css file.