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 #1737 Query panel search fails if an id is not defined #1792

Merged
merged 6 commits into from
May 11, 2017

Conversation

allyoucanmap
Copy link
Contributor

  • Added epic to handle WFS id error on query and forced sort on the first attribute.
  • Removed thunk query from WFS action
  • Added wfs query documentation

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 78.967% when pulling 592533e on allyoucanmap:id-fails into 1cdb8f0 on geosolutions-it:master.

/**
* Sends a WFS query, returns a response or handles request error
* in particular the NoApplicableCode WFS error with a forced sort option on the first attribute
* @param {Observable} action$ manages `QUERY`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

external:Observable see other epics.

Rx.Observable.of(createQuery(action.searchUrl, action.filterObj)),
Rx.Observable.of(setControlProperty('drawer', 'enabled', false)),
getWFSFeature(action.searchUrl, action.filterObj)
.switchMap((response) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indent

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 79.135% when pulling f513469 on allyoucanmap:id-fails into c84fd7b on geosolutions-it:master.

@offtherailz offtherailz merged commit b917598 into geosolutions-it:master May 11, 2017
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.

3 participants