I'm using Drupal 6.10 with the Draft module version 6.x-1.4 dated April 1, 2009.
I have the CCK module, version 6.x-2.2 dated March 18, 2009, installed and enabled.
I've enabled the module, *disabled* the "draft views" component, and given access to the permission "access save as draft" for all authenticated users.
When I log in and create a node, I do not see the "Save as Draft" button at the bottom of the page. I also do not see any entries listed on draft/list.
I am unsure how to troubleshoot this. I have tried to carefully follow the instructions in the README.txt and on http://drupal.org/project/draft. It is encouraging to see draft/list, but it is discouraging not to see evidence of auto-saving or the "Save as Draft" button.
Thanks in advance for any assistance you could provide to resolve this issue.
Comments
Comment #1
darren.ferguson commentedDid you go to Admin > Content Types and in the edit of the content type under Workflow did you enable save as draft for that particular content type?
Comment #2
jubalkessler commentedLooks like I missed that procedure entirely. Thank you, things work now. Would you consider adding the content-type/workflow steps + details to README.txt?
Comment #3
darren.ferguson commentedPer this request have added CONFIGURATION.txt to the module so users can see how to enable the drafts per content type.
It was not in any previous pieces of the configuration apologies. Below is the CVS commit for this configuration.txt document regarding enabling for the content types.
http://drupal.org/cvs?commit=192826
Comment #4
darren.ferguson commented