Skip to content
Snippets Groups Projects
Commit 6da058de authored by Lidia Matei's avatar Lidia Matei Committed by Yas Naoi
Browse files

Issue #3246286 by XLD, yas: Table sorting for columns with mixed data returns wrong results

parent 0367b5af
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,10 @@ class LongRunningInstancesBlock extends BlockBase implements ContainerFactoryPlu
$rows[] = [
'name' => $instance->toLink($instance->getName()),
'days' => $days_format_plural,
'days' => [
'data' => $days_format_plural,
'data-content' => $days_running,
],
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment