Missing due_date

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Fergus
Posts: 4
Joined: 02 Nov 2016, 23:36

Missing due_date

Post by Fergus »

due_date is listed in the available columns and I can add it into my View Issues list - but I see no way to actually enter a date on the detail screen.

I found a thread in September on this - but does not help me.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Missing due_date

Post by atrol »

Add the following lines to file config_inc.php and adjust to your needs

Code: Select all

$g_due_date_update_threshold = MANAGER;
$g_due_date_view_threshold = REPORTER;
Please use Search before posting and read the Manual
Fergus
Posts: 4
Joined: 02 Nov 2016, 23:36

Re: Missing due_date

Post by Fergus »

After posting the original question I looked some more at the September thread and defined due_date (Due Date) as a Custom date field [makes no sense why I should do this - since its not really custom field) and that allows me to add and change dates, and can also search on it. But it does not display these dates in the View issue page - that column shows all due dates blank.

I added the code you supplied above and it makes no difference.
Fergus
Posts: 4
Joined: 02 Nov 2016, 23:36

Re: Missing due_date

Post by Fergus »

I just found that the projects where I had added the custom fields have a drop down select date for y/m/d. The projects where I did not attach a custom fields now have a calender select due date that works correctly.

I have now removed the custom field and all seems to work correctly.

Thanks
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Missing due_date

Post by atrol »

Thanks for the update.
Please use Search before posting and read the Manual
Post Reply