Verified Commit 26b38711 authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Feat(Tasks) - Dashboard column CN visible

Fixes an error where tasks cn where not seen and subtasks cn yes.
Showing with 2 additions and 2 deletions
+2 -2
......@@ -29,6 +29,7 @@ class tasksManagement extends management
*/
public static $columns = [
//below fdTasksMailObject must be change to have a type defined within task creation (new ldap attributes ?hidden)
['LinkColumn', ['attributes' => 'cn', 'label' => 'Tasks']],
['TasksColumn', ['attributes' => 'fdTasksMailObject', 'label' => 'Types']],
['Column', ['attributes' => 'fdTasksCreationDate', 'label' => 'Creation Date']],
['TasksColumn', ['attributes' => 'fdTasksScheduleDate', 'label' => 'Scheduled']],
......
......@@ -29,9 +29,8 @@ class tasksDashboard extends management
$this->setupFilters();
}
// Actions collumn are removed compared to parent.
// Actions column are removed compared to parent.
public static $columns = [
['Column', ['attributes' => 'cn', 'label' => 'Tasks']],
['TasksColumn', ['attributes' => 'fdTasksGranularMaster', 'label' => 'Master Task']],
['Column', ['attributes' => 'fdTasksGranularType', 'label' => 'Types']],
['Column', ['attributes' => 'fdTasksGranularMail', 'label' => 'Email']],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment