Issue #2104517 by Sree, swentel: Vocabulary list controller should not add the 'weight' key in buildHeader().

8.0.x
Dries 2013-11-05 21:01:12 -05:00
parent f02aabb3d2
commit c6318824f8
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ class VocabularyListController extends DraggableListController {
*/
public function buildHeader() {
$header['label'] = t('Vocabulary name');
$header['weight'] = t('Weight');
return $header + parent::buildHeader();
}