Updated: Comment #1

Problem/Motivation

#2076085: Resolve the need for a 'title callback' using the route removed the title from the aggregator configuration menu item, which made it so that the title does not display on the Configuration page.

Steps to reproduce

  1. Clean install of Drupal 8
  2. Enable Aggregator module
  3. Navigate to admin/config

What admin/config currently looks like:
aggregator-missing-title-after.png

What we (mostly, ignore the different icons) want it to look like:
aggregator-missing-title-before.png

Proposed resolution

Re-add 'title' to admin/config/services/aggregator in aggregator_menu().

Remaining tasks

Needs a patch created

User interface changes

Title will be correctly displayed in admin/config and in page titles.

API changes

n/a

#2076085: Resolve the need for a 'title callback' using the route

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

star-szr’s picture

star-szr’s picture

Issue summary: View changes

Add steps to reproduce and screenshots, improve problem/motivation and proposed resolution

xeniak’s picture

Status: Active » Needs review
FileSize
611 bytes

Title added.

-enzo-’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
27.44 KB

After apply the patch and clean cache the admin page now looks correct.

admin-config-aggregator.png

damiankloip’s picture

Can't we add the title to the actual route instead? We're trying to kill off hook_menu.

tim.plunkett’s picture

damiankloip’s picture

Ah, that makes sense. Thanks!

damiankloip’s picture

Issue summary: View changes

Add note about different icons in the screenshots

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 0f4bacc and pushed to 8.x. Thanks!

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

Anonymous’s picture

Issue summary: View changes

Fix screenshot URL