GitHub user millayr opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/794
76046 - The Documentation Link in the Query Options Panel Points to Futon
Documentation
This is from Cloudant ticket https://cloudant.fogbugz.com/f/cases/76046/.
The documentation link still pointed to Fauxton docs instead of Cloudant
docs. The getDefaultProps() call was happening before
FauxtonAPI.constants.DOC_URLS.GENERAL was tweaked for Cloudant specific values.
The getDefaultProps() function is now removed and the docURL is passed as a
prop to MainFieldsView. The docURL is now a required property for the React
class per advice from Robert Kowalski.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/millayr/couchdb-fauxton
76046-query-options-documentation-link
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/794.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #794
----
commit ab88d189959118ae9dd90547aa0d4a4ffd8a8445
Author: Ryan Millay <[email protected]>
Date: 2016-10-25T14:12:12Z
Passing docURL as prop to allow for custom Cloudant value
----
---
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.
---