Issue #2104517 by Sree, swentel: Vocabulary list controller should not add the 'weight' key in buildHeader().
parent
f02aabb3d2
commit
c6318824f8
|
@ -61,7 +61,6 @@ class VocabularyListController extends DraggableListController {
|
||||||
*/
|
*/
|
||||||
public function buildHeader() {
|
public function buildHeader() {
|
||||||
$header['label'] = t('Vocabulary name');
|
$header['label'] = t('Vocabulary name');
|
||||||
$header['weight'] = t('Weight');
|
|
||||||
return $header + parent::buildHeader();
|
return $header + parent::buildHeader();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue