We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Is it fixed by this commit ? 31630f9
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: