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

Filtering by start date does not work properly in msprojectimport example #5976

Closed
canonic-epicure opened this issue Jan 18, 2023 · 1 comment
Assignees
Labels
api change API change forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@canonic-epicure
Copy link

Forum post

Screencast.mp4
@canonic-epicure canonic-epicure self-assigned this Jan 18, 2023
@canonic-epicure canonic-epicure added bug Something isn't working forum Issues from forum in progress labels Jan 18, 2023
@canonic-epicure
Copy link
Author

So the problem is that the grid's "filter" feature is using the exact equality for date's = filter.

The filter date will have time set as "00h:00m" - midnight and if the task does not start on midnight - it is filtered out.

It should probably be using the sameDay operator (which we already use for filterBar feature).

@canonic-epicure canonic-epicure added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed in progress ready for review Issue is fixed, the pull request is being reviewed labels Jan 19, 2023
@canonic-epicure canonic-epicure added this to the 5.2.9 milestone Jan 23, 2023
@SergeyMaltsev SergeyMaltsev added api change API change and removed bug Something isn't working labels Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api change API change forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants