You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by garrensmith <gi...@git.apache.org> on 2017/03/28 12:08:41 UTC

[GitHub] couchdb-fauxton issue #890: Warning notification for missing document in dat...

GitHub user garrensmith opened an issue:

    https://github.com/apache/couchdb-fauxton/issues/890

    Warning notification for missing document in database

    A document that does not exist in a database that does exist:
    We display an error message, and then do a redirect to the _all_docs of the existing database.
    
    A document that does not exist in a database that does not exist:
    We display an error message that the database does not exist, there is a redirect to the non-existent database's _all_docs page, where the secondary nav and doc-jump component fail to load, but the document list can be populated with documents from previously loaded databases.
    
    If a user attempts to access anything in a document (including design documents) that doesn't exist:
    Redirect to the _all_docs view for the database, and throw and error of "The <doc_name> document does not exist."

----

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton issue #890: Warning notification for missing document in dat...

Posted by garrensmith <gi...@git.apache.org>.
Github user garrensmith closed the issue at:

    https://github.com/apache/couchdb-fauxton/issues/890


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---