Page 1 of 1

[2.0.0-beta.1] Add due dates to columns

Posted: 05 Aug 2016, 11:26
by fethelix
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!

Re: [2.0.0-beta.1] Add due dates to columns

Posted: 05 Aug 2016, 15:48
by scardi
Hello,

use due_date and not due-date.

It's working

/scardi

Re: [2.0.0-beta.1] Add due dates to columns

Posted: 05 Aug 2016, 15:49
by atrol
The name of the column is due_date, not due-date
[Edit] I wrote it before reading your latest post

Not sure, maybe you are not aware that there is page "My Account" > "Manage columns" and also a similar page "Manage" > "Manage Configuration" > "Manage columns" for global changes.

Re: [2.0.0-beta.1] Add due dates to columns

Posted: 27 Jan 2017, 07:19
by web24
hi,
i have done like atrol said and it looks good.
but where can i set the due_date field to be editable in bug_report_page and also filters?

thx
geri

Re: [2.0.0-beta.1] Add due dates to columns

Posted: 30 Jan 2017, 09:48
by atrol