[2.0.0-beta.1] Add due dates to columns
Posted: 05 Aug 2016, 11:26
Hey guys,
I'm using the latest beta version of 2.0.0 and it is running pretty well. All I need to have is the due dates for every ticket on these pages:
my_view_page.php
view_all_bug_page.php
I could already manage to show the due dates on the view.php. It is not possible to add the column on configuration reports like this:
array (
0 => 'selection',
1 => 'edit',
2 => 'priority',
3 => 'id',
4 => 'sponsorship_total',
5 => 'bugnotes_count',
6 => 'attachment',
7 => 'category_id',
8 => 'severity',
9 => 'status',
10 => 'due-date',
11 => 'summary',
)
Is there any chance to insert the due dates on the mentioned pages?
Thanks i advance!
I'm using the latest beta version of 2.0.0 and it is running pretty well. All I need to have is the due dates for every ticket on these pages:
my_view_page.php
view_all_bug_page.php
I could already manage to show the due dates on the view.php. It is not possible to add the column on configuration reports like this:
array (
0 => 'selection',
1 => 'edit',
2 => 'priority',
3 => 'id',
4 => 'sponsorship_total',
5 => 'bugnotes_count',
6 => 'attachment',
7 => 'category_id',
8 => 'severity',
9 => 'status',
10 => 'due-date',
11 => 'summary',
)
Is there any chance to insert the due dates on the mentioned pages?
Thanks i advance!