Skip to content
Extraits de code Groupes Projets
Valider 5b10dcd6 rédigé par sgiehl's avatar sgiehl
Parcourir les fichiers

Always disable pivot for all columns table as it unsupported

parent 8d665858
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -64,4 +64,14 @@ class AllColumns extends HtmlTable ...@@ -64,4 +64,14 @@ class AllColumns extends HtmlTable
$properties->columns_to_display = $columnsToDisplay; $properties->columns_to_display = $columnsToDisplay;
}); });
} }
public function beforeLoadDataTable()
{
$this->requestConfig->request_parameters_to_modify['pivotBy'] = null; // always unset pivotBy
}
protected function isPivoted()
{
return false; // Pivot not supported
}
} }
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter