Skip to content
Snippets Groups Projects

Issue #3246286: Table sorting for columns with mixed data returns wrong results

Closed Issue #3246286: Table sorting for columns with mixed data returns wrong results
Closed Lidia Matei requested to merge issue/cloud-3246286:3246286 into 4.x
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -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,
],
];
}
Loading