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 creating new document when a partition is selected

Antonio-Maranhao opened this issue · comments

In the All Documents page, when a partition is selected, clicking 'Create Document' makes the UI jump back to docs list instead of opening the doc editor.

Expected Behavior

When a partition is selected, the Create Document button opens the document editor containing a template doc with ID <selected_partition>:<auto_generated_uuid>.

Current Behavior

Document editor doesn't open and UI jumps back to doc list

Steps to Reproduce (for bugs)

  1. In a partitioned database, go to All Documents
  2. Select a partition key
  3. Click the 'Create Document' button