When "Automatically generate the title if the title field is left empty" is selected, a description should be added to affected nodes' Title field. Otherwise, you have no clue this option is selected unless you can visit admin/content/node-type/contentType.

CommentFileSizeAuthor
#2 auto_nodetitle.module.patch519 bytespawel_r

Comments

pawel_r’s picture

Solution is simple just add 1 line after line 38 in .module file:

38: $form['title']['#required'] = FALSE;
39: $form['title']['#description'] = t('Automatically generate the title if the title field is left empty');
pawel_r’s picture

Version: 6.x-1.1 » 6.x-1.2
Status: Active » Patch (to be ported)
StatusFileSize
new519 bytes

Patch created.

gaurav.kapoor’s picture

Issue summary: View changes
Status: Patch (to be ported) » Closed (outdated)