From 331fb36f47ebb4ab484e4ddf4f51452f4325d6f3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 Jul 2024 18:52:26 +0200 Subject: [PATCH] Debug v20 --- htdocs/projet/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php index a924af91544..05edffb1ddb 100644 --- a/htdocs/projet/list.php +++ b/htdocs/projet/list.php @@ -1681,11 +1681,11 @@ while ($i < $imaxinloop) { if (in_array($tmpcursor, $groupofcollpasedvalues)) { print ' kanbancollapsed'; } - print '" data-html="column_'.preg_replace('/[^a-z0-9]/', '', $tmpcursor).'">'; + print '" data-groupbyid="'.preg_replace('/[^a-z0-9]/', '', $tmpcursor).'">'; print '
'.$langs->trans($tmpgroupbyvalue).'
'; print ''; // Start and end the new column } - print '
'; // Start new column + print '
'; // Start new column print '
'.$langs->trans(empty($groupbyvalues[$groupbyvalue]) ? 'Undefined' : $groupbyvalues[$groupbyvalue]).'
'; } $groupbyold = $groupbyvalue; @@ -1718,7 +1718,7 @@ while ($i < $imaxinloop) { if (in_array($tmpcursor, $groupofcollpasedvalues)) { print ' kanbancollapsed'; } - print '" data-html="column_'.preg_replace('/[^a-z0-9]/', '', $tmpcursor).'">'; + print '" data-groupbyid="'.preg_replace('/[^a-z0-9]/', '', $tmpcursor).'">'; print '
'.$langs->trans(empty($tmpgroupbyvalue) ? 'Undefined' : $tmpgroupbyvalue).'
'; print '
'; // Start and end the new column }