mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
Table of contents subsection toggle buttons missing label
- Reassign the edit sections array to tocData array Bug: T328682 Change-Id: I5c0829f5361f0246fe9bc76688901b1cfb8d1486
This commit is contained in:
parent
712d3028bc
commit
fbfd887e80
|
@ -76,6 +76,7 @@ class VectorComponentTableOfContents implements VectorComponent {
|
|||
$this->localizer->msg( 'vector-toc-toggle-button-label', $section['line'] )->text();
|
||||
}
|
||||
}
|
||||
$this->tocData[ 'array-sections' ] = $sections;
|
||||
|
||||
$pinnableElement = new VectorComponentPinnableElement( self::ID );
|
||||
|
||||
|
|
Loading…
Reference in a new issue