From d1e4e071e6e8f815976c69a19c14729bfb261a02 Mon Sep 17 00:00:00 2001 From: Julian Aziz Haslinger Date: Wed, 6 Nov 2019 10:30:09 +0100 Subject: [PATCH] fix `hideBody` hidden class without `generateTableless` --- src/Contao/Widgets/MultiColumnWizard.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Contao/Widgets/MultiColumnWizard.php b/src/Contao/Widgets/MultiColumnWizard.php index f655f22c..2c5eb2e0 100644 --- a/src/Contao/Widgets/MultiColumnWizard.php +++ b/src/Contao/Widgets/MultiColumnWizard.php @@ -25,6 +25,7 @@ * @author Gerald Meier * @author Ingolf Steinhardt * @author Jozef Dvorský + * @author Julian Aziz Haslinger * @author Kester Mielke * @author mediabakery * @author Oliver Hoff @@ -465,7 +466,7 @@ protected function getMcWDcaPickerWizard( // Return the result. return $event->getWizard(); } - + /** * Try to get the DC Drive. * For the DCG we have to handel the HTTP_X_REQUESTED_WITH, to cancel an endless loop. @@ -1358,7 +1359,7 @@ protected function generateTable( $return .= \sprintf('', $k); foreach ($arrValue as $itemValue) { if ($itemValue['hide'] == true) { - $itemValue['tl_class'] .= ' invisible'; + $itemValue['tl_class'] .= ' hidden'; } $return .= '