Skip to content
Snippets Groups Projects
Unverified Commit d8de189f authored by ufundo's avatar ufundo Committed by GitHub
Browse files

Merge pull request #32575 from mattwire/joblog

Allow JobLog date to be used as formbuilder filter
parents 6cc435b2 4628db0e
Branches
No related tags found
No related merge requests found
......@@ -43,9 +43,10 @@ return [
],
],
'run_time' => [
'title' => ts('Timestamp'),
'title' => ts('Log date'),
'sql_type' => 'timestamp',
'input_type' => NULL,
'input_type' => 'Select Date',
'readonly' => TRUE,
'description' => ts('Log entry date'),
'required' => TRUE,
'default' => 'CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment