apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB

Home Page:https://github.com/apache/couchdb-fauxton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error is displayed when accessing a global view when a partition is selected

Antonio-Maranhao opened this issue · comments

When a partition is selected, Fauxton shows an error message at the top after clicking on a global (non-partitioned) view.

Expected Behavior

Instead of an error message, it should display an empty results page with a warning telling the users to switch back to global mode.

Current Behavior

An error message is displayed

Possible Solution

The Couchdb error message has changed. Fauxton needs to check for the new message and show the warning accordingly.

Steps to Reproduce (for bugs)

  1. In a partitioned database
  2. Create a new global (non-partitioned) view
  3. Click on the view
  4. Select a partition at the top
  5. An error message is displayed