-
Notifications
You must be signed in to change notification settings - Fork 405
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
Fixes #1866: queryform example updated with epics and other related f… #1877
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…other related fixes
MV88
requested changes
May 24, 2017
@@ -70,7 +70,7 @@ const QueryToolbar = React.createClass({ | |||
// fieldsWithoutValues || | |||
fieldsExceptions || | |||
!this.props.toolbarEnabled || | |||
(!fieldsWithValues && !this.props.spatialField.geometry); | |||
(!fieldsWithValues && !this.props.spatialField.geometry && this.props.spatialField.method !== 'Viewport'); | |||
const tooltip = <Tooltip id="query-warning-tooltip"><I18N.Message msgId="queryform.emptyfilter"/></Tooltip>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably this is not needed with the fix made to the epic.
MV88
approved these changes
May 24, 2017
offtherailz
approved these changes
May 25, 2017
mbarto
pushed a commit
that referenced
this pull request
May 29, 2017
* Fixed LocalUtils and Setting plugin to display supported locales (#1864) * Improved thumbnail customization of Background Selector (#1870) * Fixes #1867: print example not loading due to misaligned pdfjs version (#1871) * Fixes #1868: fixed some of the plugins to better work in the plugins … (#1875) * Fixes #1868: fixed some of the plugins to better work in the plugins example * Removed duplicate plugin * Fix #1873 Wrong Font Family and Size on Print plugin (#1874) * Fixed font family and size on print * Fixed font name in legend options * Moved background selector (#1876) * Fixed background selector issue on mobile search (#1879) * Fixes #1866: queryform example updated with epics and other related f… (#1877) * Fixes #1866: queryform example updated with epics and other related fixes * Removed unnecessary check * Fix #1880 search fails on ie (#1881)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…ixes