The "revision information" field may be confusing to first time Drupal users, adds clutter to the session submission form, and seems unnecessary for the first revision of the node.

We can
a) Remove it from the session form if a user does not have administer nodes permission
b) Same as above, but only on the initial submission
c) Make this a simple contributed module that allows users to configure a and b for any content type.

Thoughts?

Comments

mrconnerton’s picture

Version: 6.x-1.x-dev » 7.x-2.x-dev
Issue summary: View changes

Moving this to 7.x-2.x

A simple hook_form_alter on node create should handle it.