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

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
fethelix
Posts: 1
Joined: 05 Aug 2016, 11:21

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

Post 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!
scardi
Posts: 1
Joined: 05 Aug 2016, 15:46

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

Post by scardi »

Hello,

use due_date and not due-date.

It's working

/scardi
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post 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.
Please use Search before posting and read the Manual
web24
Posts: 17
Joined: 18 Jan 2017, 10:59

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

Post 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
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post by atrol »

Please use Search before posting and read the Manual
Post Reply