Skip to content
Snippets Groups Projects
Commit e0940d03 authored by Peter Rotich's avatar Peter Rotich
Browse files

Columns: Add date filter for created column.

parent f83bf420
Branches
Tags
No related merge requests found
......@@ -611,7 +611,9 @@ class CustomQueue extends VerySimpleModel {
"id" => 2,
"heading" => "Created",
"primary" => 'created',
"width" => 100,
"filter" => 'date:full',
"truncate" =>'wrap',
"width" => 120,
"bits" => QueueColumn::FLAG_SORTABLE,
)),
QueueColumn::placeholder(array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment