Github user garrensmith commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/794#discussion_r85893583
--- Diff: app/addons/documents/queryoptions/queryoptions.react.jsx ---
@@ -411,7 +405,8 @@ var QueryTray = React.createClass({
reduce={this.props.reduce}
toggleReduce={Actions.toggleReduce}
groupLevel={this.props.groupLevel}
- updateGroupLevel={Actions.updateGroupLevel} />
+ updateGroupLevel={Actions.updateGroupLevel}
+ docURL={FauxtonAPI.constants.DOC_URLS.GENERAL} />
--- End diff --
This should be changed to `docUrl={this.props.docURL}` then you can
override this via `FauxtonAPI.constants.DOC_URLS.GENERAL` or via the `props`
for this component.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---