the draft module http://drupal.org/project/draft adds another button "Save as Draft" right beside the "save" and "Preview" ones. BUT when you click on it the draft module keeps saying "Processing please wait ... " for ever and ever. the node does get saved as draft but the java script keep showing processing.

I've noticed that the draft module is using some kind of java scripting to show another "Processing" message at the right top of the screen so i'm thinking there is some conflict between the two!

Comments

VM’s picture

Title: Conflect with the Draft module » Conflict with the Draft module
Optalgin’s picture

Assigned: Unassigned » Optalgin
Status: Active » Needs review

You can try the latest 6.x-1.x-dev release
There is a new fieldset called "Advanced"
add the following line into "Attribute fields" textarea

[value!=Save As Draft]

Please let me know if it worked as expected

CompShack’s picture

Ok i see what that does - you are excluding the "Save As Draft" button from using this module. I did a quick test on my test box and it looks like it is working.

Thanks!

Optalgin’s picture

Status: Needs review » Fixed

Release 6.x-1.8 contains configuration options to overcome this conflict
See Advanced fieldset
Add the following to attribute filters text-area to exclude button by text

[value!=Save As Draft]

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.