backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

The Task Board link in the menu disappears on the due date day. #1062

Open reszelaz opened 10 years ago

reszelaz commented 10 years ago

Hi,

I like very much the feature of an easy access to the current Task Board from the main menu of Redmine (Task Board link). I know that one sprint corresponds to one version, and that one must specify sprint start date and its end date to enable the feature of Task Board link. The sprint end date is the same as version due date.

I have noticed that the Task Board link, disappears from the menu on the due date day. So for example, my sprint end date is 27.06.2014 and during that day - Friday, while we are still working on the sprint, the Task Board link is not visible anymore.

Could you inform me if this is a bug or a feature?

Many thanks! taskboard_disappeared

arthur24b6 commented 10 years ago

I think this is part of https://github.com/backlogs/redmine_backlogs/issues/974

reszelaz commented 10 years ago

Hi arthur24b6,

yes, this two problems seems to be related. I've seen that the pull request #995 was merged, and is probably available in the latest release 1.0.6. I have checked that release, and the problem of missing header link to the Task Board when the sprint ends on the current date is still there.

Cheers!

GurvanLd commented 10 years ago

Hi, My production server is at redmine 2.3 + backlogs 1.0.5, I have the issue I am preparing upgrade to Redmine 2.5.1 + backlogs 1.0.6, Issue is still there. It's quite annoying isn't there any easy fix ?

Thanks

amitkr056 commented 9 years ago

Hi, I have also upgraded my Redmine to 2.5.1 + backlogs 1.0.6, Issue is still there. But, I found the issue. When we create a sprint, table stores the data but not date & time. But in the fix, they have used : time.end_of_day & time.beginning_of_day

https://github.com/ande3577/redmine_backlogs/commit/9c9ca6391601958327be341a0de107b4af9675a3

On changing them to time.end_of_day.to_date & time.beginning_of_day.to_date . Now, It works fine.