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

refs 6057a0f7 - Fix error detected in UI tests "using when not in object context "

parent 5ea5ba4b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -38,7 +38,7 @@ class GetCustomVariables extends Base ...@@ -38,7 +38,7 @@ class GetCustomVariables extends Base
$that = $this; $that = $this;
$view->config->filters[] = function (DataTable $table) use ($view, $that) { $view->config->filters[] = function (DataTable $table) use ($view, $that) {
if($this->isReportContainsUnsetVisitsColumns($table)) { if($that->isReportContainsUnsetVisitsColumns($table)) {
$message = $that->getFooterMessageExplanationMissingMetrics(); $message = $that->getFooterMessageExplanationMissingMetrics();
$view->config->show_footer_message = $message; $view->config->show_footer_message = $message;
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter