Problem/Motivation

When we add a new node, would it be more user friendly to hide "Revision log message" field on Node add form?
Related to issue https://www.drupal.org/node/2744877 which hides the 'create new revision' checkbox on node add form.

Proposed resolution

Remaining tasks

Discuss the opportunity to do it or not.

User interface changes

API changes

Data model changes

Comments

chipway created an issue. See original summary.

gábor hojtsy’s picture

Not sure we should do this, I think there may be valid use cases for providing a "commit message" for your first "commit" of a post :)

katzilla’s picture

I also think, it makes sense to keep the log-field. Maybe the wording could be different for node-creation:
instead of: "Briefly describe the changes you have made." - it would be better to have something without the word "changes" - because there are no changes yet.
Maybe "Initial creation notes" ?

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.0-alpha1 will be released the week of January 30, 2017, which means new developments and disruptive changes should now be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

geek-merlin’s picture

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.0-alpha1 will be released the week of July 31, 2017, which means new developments and disruptive changes should now be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

varunkrsingh’s picture

The path setting for same is-

Admin >> Structure >> Content Type >> SELECT CONTENT TYPE >> Manage fields >> Edit >> uncheck the revision box.

colan’s picture

Status: Active » Closed (duplicate)