GenericTable: better handling of null values for timestamps

This commit is contained in:
2025-05-16 11:54:05 +02:00
parent 219260c57f
commit 3dfda45681
2 changed files with 3 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ class ManageUsers extends HTMLController
'type' => 'timestamp',
'pattern' => 'long',
'value' => 'last_action_time',
'if_null' => 'n/a',
],
'header' => 'Last activity',
'is_sortable' => true,