The page at admin/structure/comment/types/add has the title 'Add'. This should say 'Add comment type' to match admin/structure/types/add.

Comments

joachim’s picture

Status: Active » Needs review
StatusFileSize
new493 bytes

Status: Needs review » Needs work

The last submitted patch, 1: 2396537.drupal.comment-type-add-page-title.patch, failed testing.

joachim’s picture

Status: Needs work » Needs review

Weird. Applies fine for me.

shackr’s picture

Yes, the Patch works for me.

prajaankit’s picture

Issue tags: +sprintweekendDelhi
StatusFileSize
new493 bytes

#7

yesct’s picture

Issue tags: -sprintweekendDelhi +SprintWeekend2015

Thanks for the patch.

Did the old one not apply anymore? What is the difference between the patch in #1 and #6?

We should all try and use the same sprint tag. According to https://groups.drupal.org/node/447258 it should be SprintWeekend2015 with no #.

msound’s picture

Status: Needs review » Reviewed & tested by the community

Patch #1 works. There is no difference between #1 and #6, other than the filename.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Nice catch! This looks consistent with what node types do:

node.type_add:
  path: '/admin/structure/types/add'
  defaults:
    _entity_form: 'node_type.add'
    _title: 'Add content type'
  requirements:
    _permission: 'administer content types'

Committed and pushed to 8.0.x. Thanks!

  • webchick committed 8f9c2bb on 8.0.x
    Issue #2396537 by joachim, prajaankit, shackr, msound: page title for...

Status: Fixed » Closed (fixed)

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