Part of this issue was reported back in http://drupal.org/node/329663.
In Drupal6 revision fields are no longer embedded into the publishing options fieldset; they have one for themselves ("Revision information").
When the revision override is active, instead of showing the new pertinent fieldset, the module shows an old-fashioned "Publishing options" fieldset.
Moreover, the textarea to be filled with a revision log message is missing.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | override_node_options.module_507300.patch | 2.72 KB | pinolo |
Comments
Comment #1
pinoloI'm attaching a patch that addresses the mentioned problems, though it certainly needs work in terms of code cleanup and reordering (the revision options are still processed with the publishing options group).
Comment #2
dave reidWill be fixed with #644820: Use the same form element names, not new ones