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

Fix GMF query grid to support adding result #4676

Merged
merged 1 commit into from Feb 25, 2019

Conversation

adube
Copy link
Contributor

@adube adube commented Feb 22, 2019

Fixes the GMF query grid to support addition of features.

Before, since it was not possible to add new features, checking the total number of features and look for 0 as a way to make the grid pending was a good way to hide it or make it work (pending). Now, features can be kept in the results, and the total may be > 0, which broke the logic.

This fix proposes that while the results are pending, we treat the grid as if it had 0 result (i.e. pending).

@adube adube merged commit 467dd12 into camptocamp:master Feb 25, 2019
@adube adube deleted the 786-query-multi-fix-layer branch February 25, 2019 13:15
@sbrunner sbrunner added this to the 2.4 milestone Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants