class CalendarPager is missing function summaryTitle()

Created on 23 August 2024, 8 months ago

Problem/Motivation

In CalendarPager.php in class CalendarPager it is missing a SummaryTitle. Without the settings of Pager show with word UNKNOWN.

Just add this to the class

  /**
   * {@inheritdoc}
   */
  public function summaryTitle() {
    return $this->t('Settings');
  }

Fixed:

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Component

Code

Created by

🇩🇪Germany marc.bau

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024