Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End and start date are the same in project task view. #19

Open
DustinBrett opened this issue Aug 10, 2016 · 1 comment
Open

End and start date are the same in project task view. #19

DustinBrett opened this issue Aug 10, 2016 · 1 comment
Labels

Comments

@DustinBrett
Copy link
Contributor

I am not sure what is going on here but I did a very messy fix for myself as I didn't have time to fix it proper.

In do_search after this.reload_gantt() I added this line:

this.attrs.date_stop = this.attrs.date_stop.replace('start', 'end');

Because for some reason this.attrs.date_stop was date_start when I wanted it to be date_end. I don't know where this is getting set.

@CodazziS
Copy link
Owner

Is it fixed by this commit ? 31630f9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants